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