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