9 references to GetManagedObject
System.Windows.Forms (9)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
305public object DomDocument => NativeHtmlDocument2.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (2)
41public override IHTMLWindow2.Interface? AssociatedWindow => (IHTMLWindow2.Interface?)_associatedWindow?.GetManagedObject(); 43public IHTMLDocument2.Interface NativeHtmlDocument2 => (IHTMLDocument2.Interface)_htmlDocument.NativeHtmlDocument2.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
502public object DomElement => NativeHtmlElement.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (2)
66public override IHTMLWindow2.Interface? AssociatedWindow => (IHTMLWindow2.Interface?)_associatedWindow?.GetManagedObject(); 68public IHTMLElement.Interface NativeHtmlElement => (IHTMLElement.Interface)_htmlElement.NativeHtmlElement.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlHistory.cs (1)
100public object DomHistory => NativeOmHistory.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
86public object DomWindow => NativeHtmlWindow.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (1)
37public IHTMLWindow2.Interface NativeHtmlWindow => (IHTMLWindow2.Interface)_htmlWindow.NativeHtmlWindow.GetManagedObject();