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