1 write to httpHandler
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
105this.httpHandler = httpHandler;
3 references to httpHandler
System.Xaml.Hosting (3)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (3)
111get { return httpHandler.IsReusable; } 129httpHandler.ProcessRequest(context); 134this.factory.ReleaseHandler(httpHandler);