2 writes to RootType
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
449
RootType
= xamlReader.Type;
478
RootType
= type;
6 references to RootType
PresentationFramework (6)
System\Windows\Controls\ItemsPanelTemplate.cs (3)
121
if (templateHolder.
RootType
== null || !templateHolder.
RootType
.CanAssignTo(panelType))
123
throw new InvalidOperationException(SR.Format(SR.ItemsPanelNotAPanel, templateHolder.
RootType
));
System\Windows\Controls\ItemsPresenter.cs (1)
324
System.Xaml.XamlType xType = (Template.Template as TemplateContent).
RootType
;
System\Windows\TemplateContent.cs (2)
447
if (
RootType
== null)
476
if (
RootType
== null)