1 write to xamlRootElementClrType
System.Xaml.Hosting (1)
System\Xaml\Hosting\Configuration\HandlerElement.cs (1)
111this.xamlRootElementClrType = Type.GetType(XamlRootElementType, true);
2 references to xamlRootElementClrType
System.Xaml.Hosting (2)
System\Xaml\Hosting\Configuration\HandlerElement.cs (2)
109if (this.xamlRootElementClrType == null) 113return this.xamlRootElementClrType;