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