12 references to IHTMLDocument2
System.Windows.Forms (12)
winforms\Managed\System\WinForms\HtmlDocument.cs (4)
41private UnsafeNativeMethods.IHTMLDocument2 htmlDocument2; 47this.htmlDocument2 = (UnsafeNativeMethods.IHTMLDocument2)doc; 54internal UnsafeNativeMethods.IHTMLDocument2 NativeHtmlDocument2 913public UnsafeNativeMethods.IHTMLDocument2 NativeHtmlDocument2
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
2627[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.IHTMLDocument2 GetDocument(); 2923[return: MarshalAs(UnmanagedType.Interface)] IHTMLDocument2 GetDocument();
winforms\Managed\System\WinForms\WebBrowser.cs (6)
260UnsafeNativeMethods.IHTMLDocument2 iHTMLDocument2 = null; 262iHTMLDocument2 = objDoc as UnsafeNativeMethods.IHTMLDocument2; 376UnsafeNativeMethods.IHTMLDocument2 htmlDocument2 = htmlDocument.DomDocument as UnsafeNativeMethods.IHTMLDocument2; 403UnsafeNativeMethods.IHTMLDocument2 htmlDocument2 = htmlDocument.DomDocument as UnsafeNativeMethods.IHTMLDocument2;