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