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