2 instantiations of TemplateNameScope
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
790
TemplateNameScope templateNameScope = new
TemplateNameScope
(container);
src\Framework\System\Windows\FrameworkTemplate.cs (1)
921
TemplateNameScope nameScope = new
TemplateNameScope
(container, affectedChildren, this);
3 references to TemplateNameScope
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
790
TemplateNameScope
templateNameScope = new TemplateNameScope(container);
src\Framework\System\Windows\FrameworkTemplate.cs (2)
921
TemplateNameScope
nameScope = new TemplateNameScope(container, affectedChildren, this);
1119
TemplateNameScope
nameScope,