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