2 writes to RootType
PresentationFramework (2)
src\Framework\System\Windows\TemplateContent.cs (2)
514RootType = xamlReader.Type; 543RootType = type;
6 references to RootType
PresentationFramework (6)
src\Framework\System\Windows\Controls\ItemsPanelTemplate.cs (3)
125if (templateHolder.RootType == null || !templateHolder.RootType.CanAssignTo(panelType)) 127throw new InvalidOperationException(SR.Get(SRID.ItemsPanelNotAPanel, templateHolder.RootType));
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
326System.Xaml.XamlType xType = (Template.Template as TemplateContent).RootType;
src\Framework\System\Windows\TemplateContent.cs (2)
512if (RootType == null) 541if (RootType == null)