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