1 write to Template
PresentationFramework (1)
System\Windows\Controls\ItemsPresenter.cs (1)
253Template = template;
6 references to Template
PresentationFramework (6)
System\Windows\Controls\ItemsPresenter.cs (6)
98get { return Template; } 303if( Template != null ) 308if( Template.VisualTree != null ) 310type = Template.VisualTree.Type; 314else if (Template.HasXamlNodeContent) 316System.Xaml.XamlType xType = (Template.Template as TemplateContent).RootType;