2 references to GetBody
System.Windows.Forms (2)
winforms\Managed\System\WinForms\HtmlDocument.cs (1)
109
UnsafeNativeMethods.IHTMLElement iHtmlElement = this.NativeHtmlDocument2.
GetBody
();
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
205
UnsafeNativeMethods.IHTMLElement bodyElement = this.NativeHtmlWindow.GetDocument().
GetBody
();