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