1 write to Template
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
260Template = template;
6 references to Template
PresentationFramework (6)
src\Framework\System\Windows\Controls\ItemsPresenter.cs (6)
105get { return Template; } 313if( Template != null ) 318if( Template.VisualTree != null ) 320type = Template.VisualTree.Type; 324else if (Template.HasXamlNodeContent) 326System.Xaml.XamlType xType = (Template.Template as TemplateContent).RootType;