2 writes to RootType
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
446
RootType
= xamlReader.Type;
475
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)
320
System.Xaml.XamlType xType = (Template.Template as TemplateContent).
RootType
;
System\Windows\TemplateContent.cs (2)
444
if (
RootType
== null)
473
if (
RootType
== null)