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