2 instantiations of TemplateNameScope
PresentationFramework (2)
System\Windows\FrameworkElementFactory.cs (1)
768TemplateNameScope templateNameScope = new TemplateNameScope(container);
System\Windows\FrameworkTemplate.cs (1)
917TemplateNameScope nameScope = new TemplateNameScope(container, affectedChildren, this);
3 references to TemplateNameScope
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
768TemplateNameScope templateNameScope = new TemplateNameScope(container);
System\Windows\FrameworkTemplate.cs (2)
917TemplateNameScope nameScope = new TemplateNameScope(container, affectedChildren, this); 1094TemplateNameScope nameScope,