1 write to Template
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6346
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.FrameworkTemplate)target).
Template
= (System.Windows.TemplateContent)value; };
3 references to Template
PresentationFramework (3)
src\Framework\System\Windows\Controls\ItemsPanelTemplate.cs (1)
123
TemplateContent templateHolder =
Template
as TemplateContent;
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
326
System.Xaml.XamlType xType = (Template.
Template
as TemplateContent).RootType;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6347
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.FrameworkTemplate)target).
Template
; };