<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What's a name scope?</title><link>http://blogs.msdn.com/nickkramer/archive/2006/06/06/618514.aspx</link><description>In almost all programming languages, names are not globally unique, they are unique only relative to other names in the same name scope. In C++ and C#, a name scope is roughly what goes between curly braces -- { }. And in C++ and C#, namescopes nest --</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: What's a name scope?</title><link>http://blogs.msdn.com/nickkramer/archive/2006/06/06/618514.aspx#619011</link><pubDate>Tue, 06 Jun 2006 16:05:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:619011</guid><dc:creator>mlaroche</dc:creator><description>There are few details which are still obscure to me:&lt;br&gt;&lt;br&gt;1. If I have a control in a Page (page is the root element), and I call control.FindName()... What you say is that the name passed in the FindName() method will be resolved into the Page root element namespace and will not &amp;quot;recurse&amp;quot; into the control's template name-scope?&lt;br&gt;&lt;br&gt;2. Then, if #1 is true. How can I obtain an element of the control's template (let's say something like the &amp;quot;PART_blah&amp;quot; method used some places in the Presentation Framework)? I know of the GetTemplateChild() method, but it is marked as &amp;quot;do not use&amp;quot; in the documentation.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Marc</description></item><item><title>re: What's a name scope?</title><link>http://blogs.msdn.com/nickkramer/archive/2006/06/06/618514.aspx#619285</link><pubDate>Tue, 06 Jun 2006 21:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:619285</guid><dc:creator>nkramer</dc:creator><description>To find a named object inside a template:&lt;br&gt;&lt;br&gt;button.Template.FindName(&amp;quot;name&amp;quot;, button)&lt;br&gt;&lt;br&gt;</description></item><item><title>re: What's a name scope?</title><link>http://blogs.msdn.com/nickkramer/archive/2006/06/06/618514.aspx#686835</link><pubDate>Wed, 02 Aug 2006 23:20:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686835</guid><dc:creator>Peter Himschoot</dc:creator><description>Is there an easy way to retrieve the current namescope in a MarkupExtension?&lt;br&gt;I've tried the IServiceProvider being passed, but it doesn't work.</description></item><item><title>Namescopes in Silverlight</title><link>http://blogs.msdn.com/nickkramer/archive/2006/06/06/618514.aspx#2703061</link><pubDate>Fri, 18 May 2007 03:06:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2703061</guid><dc:creator>Blogs</dc:creator><description>&lt;p&gt;When you start naming things, you quickly realize that you need a method to disambiguate or resolve conflicts&lt;/p&gt;
</description></item><item><title>Dr. WPF &amp;amp; Namescopes &amp;laquo; Fun with WPF</title><link>http://blogs.msdn.com/nickkramer/archive/2006/06/06/618514.aspx#8967190</link><pubDate>Sat, 27 Sep 2008 02:43:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8967190</guid><dc:creator>Dr. WPF &amp;amp; Namescopes &amp;laquo; Fun with WPF</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://cplotts.wordpress.com/2008/09/26/dr-wpf-namescopes/"&gt;http://cplotts.wordpress.com/2008/09/26/dr-wpf-namescopes/&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>