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