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