1 type derived from WebOCHostingAdaptor
PresentationFramework (1)
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
1489
private class WebOCHostedInBrowserAdaptor :
WebOCHostingAdaptor
1 instantiation of WebOCHostingAdaptor
PresentationFramework (1)
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
185
new WebOCHostedInBrowserAdaptor(this) : new
WebOCHostingAdaptor
(this);
2 references to WebOCHostingAdaptor
PresentationFramework (2)
src\Framework\System\Windows\Controls\WebBrowser.cs (2)
904
internal
WebOCHostingAdaptor
HostingAdaptor { get { return _hostingAdaptor; } }
1389
WebOCHostingAdaptor
_hostingAdaptor;