37 references to IHTMLStyleSheetRulesCollection
System.Windows.Forms.Primitives (37)
Windows.Win32.IHTMLStyleSheet.g.cs (6)
684
private static winmdroot.Foundation.HRESULT get_rules(IHTMLStyleSheet* pThis, winmdroot.Web.MsHtml.
IHTMLStyleSheetRulesCollection
** p)
702
internal unsafe winmdroot.Web.MsHtml.
IHTMLStyleSheetRulesCollection
* rules
706
winmdroot.Web.MsHtml.
IHTMLStyleSheetRulesCollection
* __result;
707
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.
IHTMLStyleSheetRulesCollection
** ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
787
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.
IHTMLStyleSheetRulesCollection
** ,winmdroot.Foundation.HRESULT> get_rules_28;
904
unsafe winmdroot.Web.MsHtml.
IHTMLStyleSheetRulesCollection
* rules
Windows.Win32.IHTMLStyleSheetRulesCollection.g.cs (31)
25
:IVTable<
IHTMLStyleSheetRulesCollection
,
IHTMLStyleSheetRulesCollection
.Vtbl>,IComIID {
41
return ((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IHTMLStyleSheetRulesCollection
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,uint>)lpVtbl[1])((
IHTMLStyleSheetRulesCollection
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,uint>)lpVtbl[2])((
IHTMLStyleSheetRulesCollection
*)Unsafe.AsPointer(ref this));
65
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IHTMLStyleSheetRulesCollection
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
70
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IHTMLStyleSheetRulesCollection
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
91
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IHTMLStyleSheetRulesCollection
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
108
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,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])((
IHTMLStyleSheetRulesCollection
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
114
private static winmdroot.Foundation.HRESULT get_length(
IHTMLStyleSheetRulesCollection
* pThis, int* p)
137
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IHTMLStyleSheetRulesCollection
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
145
private static winmdroot.Foundation.HRESULT item(
IHTMLStyleSheetRulesCollection
* pThis, int index, winmdroot.Web.MsHtml.IHTMLStyleSheetRule** ppHTMLStyleSheetRule)
165
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,int ,winmdroot.Web.MsHtml.IHTMLStyleSheetRule** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IHTMLStyleSheetRulesCollection
*)Unsafe.AsPointer(ref this), index, &__retVal).ThrowOnFailure();
190
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
192
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,uint> AddRef_2;
194
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,uint> Release_3;
196
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
198
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
200
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
202
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,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;
204
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,int* ,winmdroot.Foundation.HRESULT> get_length_8;
206
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetRulesCollection
*,int ,winmdroot.Web.MsHtml.IHTMLStyleSheetRule** ,winmdroot.Foundation.HRESULT> item_9;