1 instantiation of TemplateContent
PresentationFramework (1)
src\Framework\System\Windows\TemplateContentLoader.cs (1)
21return new TemplateContent(xamlReader, factory, serviceProvider);
14 references to TemplateContent
PresentationFramework (14)
src\Framework\System\Windows\Controls\ItemsPanelTemplate.cs (2)
123TemplateContent templateHolder = Template as TemplateContent;
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
326System.Xaml.XamlType xType = (Template.Template as TemplateContent).RootType;
src\Framework\System\Windows\FrameworkTemplate.cs (2)
190public TemplateContent Template 1551private TemplateContent _templateHolder;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6340typeof(System.Windows.TemplateContent), // type 6346bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.FrameworkTemplate)target).Template = (System.Windows.TemplateContent)value; };
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (5)
232else if (firstAmbientValue.Value is TemplateContent) 234TemplateContent tempContent = firstAmbientValue.Value 235as TemplateContent; 267TemplateContent templateHolder = 268ambientValue.Value as System.Windows.TemplateContent;
src\Framework\System\Windows\TemplateContent.cs (2)
1607internal TemplateContent.StackOfFrames Stack { get; set; } 1633internal TemplateContent.ServiceProviderWrapper ServiceProviderWrapper { get; set; }