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