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