1 instantiation of WebOCHostingAdaptor
PresentationFramework (1)
System\Windows\Controls\WebBrowser.cs (1)
81
_hostingAdaptor = new
WebOCHostingAdaptor
(this);
2 references to WebOCHostingAdaptor
PresentationFramework (2)
System\Windows\Controls\WebBrowser.cs (2)
663
internal
WebOCHostingAdaptor
HostingAdaptor { get { return _hostingAdaptor; } }
986
WebOCHostingAdaptor
_hostingAdaptor;