Base:
property
TemplateInternal
System.Windows.FrameworkElement.TemplateInternal
3 references to TemplateInternal
PresentationFramework (3)
System\Windows\Annotations\AnnotationHelper.cs (2)
673if (fdr.TemplateInternal != null) 675host = StyleHelper.FindNameInTemplateContent(fdr, "PART_ContentHost", fdr.TemplateInternal) as Decorator;
System\Windows\Controls\TreeViewItem.cs (1)
820FrameworkTemplate template = TemplateInternal;