1 write to Template
PresentationFramework (1)
System\Windows\Controls\ItemsPresenter.cs (1)
253
Template
= template;
6 references to Template
PresentationFramework (6)
System\Windows\Controls\ItemsPresenter.cs (6)
98
get { return
Template
; }
303
if(
Template
!= null )
308
if(
Template
.VisualTree != null )
310
type =
Template
.VisualTree.Type;
314
else if (
Template
.HasXamlNodeContent)
316
System.Xaml.XamlType xType = (
Template
.Template as TemplateContent).RootType;