2 references to GetDocument
System.Windows.Forms (2)
winforms\Managed\System\WinForms\HtmlWindow.cs (2)
87
UnsafeNativeMethods.IHTMLDocument iHTMLDocument = this.NativeHtmlWindow.
GetDocument
() as UnsafeNativeMethods.IHTMLDocument;
205
UnsafeNativeMethods.IHTMLElement bodyElement = this.NativeHtmlWindow.
GetDocument
().GetBody();