2 writes to RootType
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
445
RootType
= xamlReader.Type;
474
RootType
= type;
6 references to RootType
PresentationFramework (6)
System\Windows\Controls\ItemsPanelTemplate.cs (3)
116
if (templateHolder.
RootType
== null || !templateHolder.
RootType
.CanAssignTo(panelType))
118
throw new InvalidOperationException(SR.Format(SR.ItemsPanelNotAPanel, templateHolder.
RootType
));
System\Windows\Controls\ItemsPresenter.cs (1)
317
System.Xaml.XamlType xType = (Template.Template as TemplateContent).
RootType
;
System\Windows\TemplateContent.cs (2)
443
if (
RootType
== null)
472
if (
RootType
== null)