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