4 references to FindNameInTemplateContent
PresentationFramework (4)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
682
host = StyleHelper.
FindNameInTemplateContent
(fdr, "PART_ContentHost", fdr.TemplateInternal) as Decorator;
src\Framework\System\Windows\FrameworkElement.cs (1)
816
return StyleHelper.
FindNameInTemplateContent
(this, childName, template) as DependencyObject;
src\Framework\System\Windows\FrameworkTemplate.cs (1)
322
return StyleHelper.
FindNameInTemplateContent
(templatedParent, name, this);
src\Framework\System\Windows\TemplateNameScope.cs (1)
218
return StyleHelper.
FindNameInTemplateContent
(fo.FE, name, fo.FE.TemplateInternal);