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