1 write to httpHandlerCLRType
System.Xaml.Hosting (1)
System\Xaml\Hosting\Configuration\HandlerElement.cs (1)
101
this.
httpHandlerCLRType
= Type.GetType(HttpHandlerType, true);
2 references to httpHandlerCLRType
System.Xaml.Hosting (2)
System\Xaml\Hosting\Configuration\HandlerElement.cs (2)
99
if (this.
httpHandlerCLRType
== null)
103
return this.
httpHandlerCLRType
;