1 write to Template
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
260
Template
= template;
6 references to Template
PresentationFramework (6)
src\Framework\System\Windows\Controls\ItemsPresenter.cs (6)
105
get { return
Template
; }
313
if(
Template
!= null )
318
if(
Template
.VisualTree != null )
320
type =
Template
.VisualTree.Type;
324
else if (
Template
.HasXamlNodeContent)
326
System.Xaml.XamlType xType = (
Template
.Template as TemplateContent).RootType;