34 references to IHTMLDocument
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\Control.AxSourcingSite.cs (1)
42
using var document = container.TryQuery<
IHTMLDocument
>(out HRESULT hr);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (2)
29
internal HtmlDocument(HtmlShimManager shimManager,
IHTMLDocument
* doc)
487
using var htmlDoc = dispatch.TryQuery<
IHTMLDocument
>(out HRESULT hr);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
128
using var htmlDocument = dispatch.TryQuery<
IHTMLDocument
>(out HRESULT hr);
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
81
using var htmlDoc = htmlDoc2.TryQuery<
IHTMLDocument
>(out HRESULT hr);
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
238
using var htmlDoc = dispatch.TryQuery<
IHTMLDocument
>(out hr);
System.Windows.Forms.Primitives (28)
_generated\143\Windows.Win32.IHTMLDocument.g.cs (27)
26
:winmdroot.IVTable<
IHTMLDocument
,
IHTMLDocument
.Vtbl>,IComIID {
43
return ((delegate *unmanaged [Stdcall]<
IHTMLDocument
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IHTMLDocument
*)Unsafe.AsPointer(ref this), riid, ppvObject);
48
return ((delegate *unmanaged [Stdcall]<
IHTMLDocument
*,uint>)lpVtbl[1])((
IHTMLDocument
*)Unsafe.AsPointer(ref this));
53
return ((delegate *unmanaged [Stdcall]<
IHTMLDocument
*,uint>)lpVtbl[2])((
IHTMLDocument
*)Unsafe.AsPointer(ref this));
68
((delegate *unmanaged [Stdcall]<
IHTMLDocument
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IHTMLDocument
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
73
((delegate *unmanaged [Stdcall]<
IHTMLDocument
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IHTMLDocument
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
94
((delegate *unmanaged [Stdcall]<
IHTMLDocument
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IHTMLDocument
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
133
((delegate *unmanaged [Stdcall]<
IHTMLDocument
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IHTMLDocument
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
139
private static winmdroot.Foundation.HRESULT get_Script(
IHTMLDocument
* pThis, winmdroot.System.Com.IDispatch** p)
158
return ((delegate *unmanaged [Stdcall]<
IHTMLDocument
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IHTMLDocument
*)Unsafe.AsPointer(ref this), p);
184
internal delegate *unmanaged [Stdcall]<
IHTMLDocument
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
186
internal delegate *unmanaged [Stdcall]<
IHTMLDocument
*,uint> AddRef_2;
188
internal delegate *unmanaged [Stdcall]<
IHTMLDocument
*,uint> Release_3;
190
internal delegate *unmanaged [Stdcall]<
IHTMLDocument
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
192
internal delegate *unmanaged [Stdcall]<
IHTMLDocument
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
194
internal delegate *unmanaged [Stdcall]<
IHTMLDocument
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
196
internal delegate *unmanaged [Stdcall]<
IHTMLDocument
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
198
internal delegate *unmanaged [Stdcall]<
IHTMLDocument
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_Script_8;
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (1)
3636
:winmdroot.Web.MsHtml.
IHTMLDocument
.Interface {