3 references to CreateInstance
System.Xaml.Hosting (3)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (3)
256
IHttpHandler handler = (IHttpHandler)
CreateInstance
(httpHandlerType);
269
IHttpHandlerFactory factory = (IHttpHandlerFactory)
CreateInstance
(httpHandlerType);
304
return (IHttpHandler)
CreateInstance
((Type)this.cachedResult);