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