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