1 write to httpAsyncHandler
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
145this.httpAsyncHandler = httpAsyncHandler;
2 references to httpAsyncHandler
System.Xaml.Hosting (2)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (2)
150return this.httpAsyncHandler.BeginProcessRequest(context, cb, extraData); 155this.httpAsyncHandler.EndProcessRequest(result);