1 instantiation of TemplateContent
PresentationFramework (1)
System\Windows\TemplateContentLoader.cs (1)
17return new TemplateContent(xamlReader, factory, serviceProvider);
14 references to TemplateContent
PresentationFramework (14)
System\Windows\Controls\ItemsPanelTemplate.cs (2)
114TemplateContent templateHolder = Template as TemplateContent;
System\Windows\Controls\ItemsPresenter.cs (1)
320System.Xaml.XamlType xType = (Template.Template as TemplateContent).RootType;
System\Windows\FrameworkTemplate.cs (2)
181public TemplateContent Template 1522private TemplateContent _templateHolder;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6848typeof(System.Windows.TemplateContent), // type 6855SetDelegate = delegate (object target, object value) { ((System.Windows.FrameworkTemplate)target).Template = (System.Windows.TemplateContent)value; },
System\Windows\Markup\DependencyPropertyConverter.cs (5)
215else if (firstAmbientValue.Value is TemplateContent) 217TemplateContent tempContent = firstAmbientValue.Value 218as TemplateContent; 250TemplateContent templateHolder = 251ambientValue.Value as System.Windows.TemplateContent;
System\Windows\TemplateContent.cs (2)
1546internal TemplateContent.StackOfFrames Stack { get; set; } 1567internal TemplateContent.ServiceProviderWrapper ServiceProviderWrapper { get; set; }