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; } 304if( Template != null ) 309if( Template.VisualTree != null ) 311type = Template.VisualTree.Type; 315else if (Template.HasXamlNodeContent) 317System.Xaml.XamlType xType = (Template.Template as TemplateContent).RootType;