4 references to FindNameInTemplateContent
PresentationFramework (4)
System\Windows\Annotations\AnnotationHelper.cs (1)
661host = StyleHelper.FindNameInTemplateContent(fdr, "PART_ContentHost", fdr.TemplateInternal) as Decorator;
System\Windows\FrameworkElement.cs (1)
802return StyleHelper.FindNameInTemplateContent(this, childName, template) as DependencyObject;
System\Windows\FrameworkTemplate.cs (1)
311return StyleHelper.FindNameInTemplateContent(templatedParent, name, this);
System\Windows\TemplateNameScope.cs (1)
215return StyleHelper.FindNameInTemplateContent(fo.FE, name, fo.FE.TemplateInternal);