1 instantiation of TemplateContent
PresentationFramework (1)
System\Windows\TemplateContentLoader.cs (1)
16
return new
TemplateContent
(xamlReader, factory, serviceProvider);
14 references to TemplateContent
PresentationFramework (14)
System\Windows\Controls\ItemsPanelTemplate.cs (2)
113
TemplateContent
templateHolder = Template as
TemplateContent
;
System\Windows\Controls\ItemsPresenter.cs (1)
316
System.Xaml.XamlType xType = (Template.Template as
TemplateContent
).RootType;
System\Windows\FrameworkTemplate.cs (2)
180
public
TemplateContent
Template
1511
private
TemplateContent
_templateHolder;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6847
typeof(System.Windows.
TemplateContent
), // type
6854
SetDelegate = delegate (object target, object value) { ((System.Windows.FrameworkTemplate)target).Template = (System.Windows.
TemplateContent
)value; },
System\Windows\Markup\DependencyPropertyConverter.cs (5)
214
else if (firstAmbientValue.Value is
TemplateContent
)
216
TemplateContent
tempContent = firstAmbientValue.Value
217
as
TemplateContent
;
249
TemplateContent
templateHolder =
250
ambientValue.Value as System.Windows.
TemplateContent
;
System\Windows\TemplateContent.cs (2)
1537
internal
TemplateContent
.StackOfFrames Stack { get; set; }
1558
internal
TemplateContent
.ServiceProviderWrapper ServiceProviderWrapper { get; set; }