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