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