11 references to IHTMLDocument
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Control.cs (2)
18879&& (iOlecontainer is UnsafeNativeMethods.IHTMLDocument)) { 18886retVal = new HtmlDocument(shimManager, iOlecontainer as UnsafeNativeMethods.IHTMLDocument);
winforms\Managed\System\WinForms\HtmlDocument.cs (3)
45internal HtmlDocument(HtmlShimManager shimManager, UnsafeNativeMethods.IHTMLDocument doc) 529UnsafeNativeMethods.IHTMLDocument iHTMLDocument = ohtmlDocument as UnsafeNativeMethods.IHTMLDocument;
winforms\Managed\System\WinForms\HtmlElement.cs (2)
122UnsafeNativeMethods.IHTMLDocument iHTMLDocument = this.NativeHtmlElement.GetDocument() as UnsafeNativeMethods.IHTMLDocument;
winforms\Managed\System\WinForms\HtmlWindow.cs (2)
87UnsafeNativeMethods.IHTMLDocument iHTMLDocument = this.NativeHtmlWindow.GetDocument() as UnsafeNativeMethods.IHTMLDocument;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
2703[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.IHTMLDocument GetDocument();
winforms\Managed\System\WinForms\WebBrowser.cs (1)
274return new HtmlDocument (ShimManager, iHTMLDocument2 as UnsafeNativeMethods.IHTMLDocument);