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