1 type derived from HandlerWrapper
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
137class AsyncHandlerWrapper : HandlerWrapper, IHttpAsyncHandler
1 instantiation of HandlerWrapper
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
123return new HandlerWrapper(httpHandler, factory);
4 references to HandlerWrapper
System.Xaml.Hosting (4)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (4)
41if (httphandler is HandlerWrapper) 43((HandlerWrapper)(httphandler)).ReleaseWrappedHandler(); 272return HandlerWrapper.Create(handler, factory); 300return HandlerWrapper.Create(handler, factory);