11 references to IHTMLDocument
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Control.cs (2)
18879
&& (iOlecontainer is UnsafeNativeMethods.
IHTMLDocument
)) {
18886
retVal = new HtmlDocument(shimManager, iOlecontainer as UnsafeNativeMethods.
IHTMLDocument
);
winforms\Managed\System\WinForms\HtmlDocument.cs (3)
45
internal HtmlDocument(HtmlShimManager shimManager, UnsafeNativeMethods.
IHTMLDocument
doc)
529
UnsafeNativeMethods.
IHTMLDocument
iHTMLDocument = ohtmlDocument as UnsafeNativeMethods.
IHTMLDocument
;
winforms\Managed\System\WinForms\HtmlElement.cs (2)
122
UnsafeNativeMethods.
IHTMLDocument
iHTMLDocument = this.NativeHtmlElement.GetDocument() as UnsafeNativeMethods.
IHTMLDocument
;
winforms\Managed\System\WinForms\HtmlWindow.cs (2)
87
UnsafeNativeMethods.
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)
274
return new HtmlDocument (ShimManager, iHTMLDocument2 as UnsafeNativeMethods.
IHTMLDocument
);