1 instantiation of TemplateContent
PresentationFramework (1)
System\Windows\TemplateContentLoader.cs (1)
19return new TemplateContent(xamlReader, factory, serviceProvider);
14 references to TemplateContent
PresentationFramework (14)
System\Windows\Controls\ItemsPanelTemplate.cs (2)
119TemplateContent templateHolder = Template as TemplateContent;
System\Windows\Controls\ItemsPresenter.cs (1)
324System.Xaml.XamlType xType = (Template.Template as TemplateContent).RootType;
System\Windows\FrameworkTemplate.cs (2)
190public TemplateContent Template 1526private TemplateContent _templateHolder;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6382typeof(System.Windows.TemplateContent), // type 6388bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.FrameworkTemplate)target).Template = (System.Windows.TemplateContent)value; };
System\Windows\Markup\DependencyPropertyConverter.cs (5)
224else if (firstAmbientValue.Value is TemplateContent) 226TemplateContent tempContent = firstAmbientValue.Value 227as TemplateContent; 259TemplateContent templateHolder = 260ambientValue.Value as System.Windows.TemplateContent;
System\Windows\TemplateContent.cs (2)
1533internal TemplateContent.StackOfFrames Stack { get; set; } 1554internal TemplateContent.ServiceProviderWrapper ServiceProviderWrapper { get; set; }