1 write to Template
PresentationFramework (1)
System\Windows\Controls\ItemsPresenter.cs (1)
258Template = template;
6 references to Template
PresentationFramework (6)
System\Windows\Controls\ItemsPresenter.cs (6)
103get { return Template; } 311if( Template != null ) 316if( Template.VisualTree != null ) 318type = Template.VisualTree.Type; 322else if (Template.HasXamlNodeContent) 324System.Xaml.XamlType xType = (Template.Template as TemplateContent).RootType;