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