1 write to Template
PresentationFramework (1)
System\Windows\Controls\ItemsPresenter.cs (1)
258
Template
= template;
6 references to Template
PresentationFramework (6)
System\Windows\Controls\ItemsPresenter.cs (6)
103
get { return
Template
; }
311
if(
Template
!= null )
316
if(
Template
.VisualTree != null )
318
type =
Template
.VisualTree.Type;
322
else if (
Template
.HasXamlNodeContent)
324
System.Xaml.XamlType xType = (
Template
.Template as TemplateContent).RootType;