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
; }
299
if(
Template
!= null )
304
if(
Template
.VisualTree != null )
306
type =
Template
.VisualTree.Type;
310
else if (
Template
.HasXamlNodeContent)
312
System.Xaml.XamlType xType = (
Template
.Template as TemplateContent).RootType;