1 write to Template
PresentationFramework (1)
System\Windows\Controls\ItemsPresenter.cs (1)
254Template = template;
6 references to Template
PresentationFramework (6)
System\Windows\Controls\ItemsPresenter.cs (6)
99get { return Template; } 307if( Template != null ) 312if( Template.VisualTree != null ) 314type = Template.VisualTree.Type; 318else if (Template.HasXamlNodeContent) 320System.Xaml.XamlType xType = (Template.Template as TemplateContent).RootType;