46 references to IHTMLStyleSheetRule
System.Windows.Forms.Primitives (46)
Windows.Win32.IHTMLStyleSheetRule.g.cs (39)
25 :IVTable<IHTMLStyleSheetRule,IHTMLStyleSheetRule.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint>)lpVtbl[1])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint>)lpVtbl[2])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this)); 65 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 70 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 91 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 108 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,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])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 114 private static winmdroot.Foundation.HRESULT put_selectorText(IHTMLStyleSheetRule* pThis, winmdroot.Foundation.BSTR v) 136 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 141 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 149 private static winmdroot.Foundation.HRESULT get_selectorText(IHTMLStyleSheetRule* pThis, winmdroot.Foundation.BSTR* p) 170 private static winmdroot.Foundation.HRESULT get_style(IHTMLStyleSheetRule* pThis, winmdroot.Web.MsHtml.IHTMLRuleStyle** p) 193 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Web.MsHtml.IHTMLRuleStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 201 private static winmdroot.Foundation.HRESULT get_readOnly(IHTMLStyleSheetRule* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 224 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 250 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 252 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint> AddRef_2; 254 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint> Release_3; 256 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4; 258 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5; 260 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6; 262 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,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; 264 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_selectorText_8; 266 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_selectorText_9; 268 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Web.MsHtml.IHTMLRuleStyle** ,winmdroot.Foundation.HRESULT> get_style_10; 270 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_readOnly_11;
Windows.Win32.IHTMLStyleSheetRulesCollection.g.cs (7)
145 private static winmdroot.Foundation.HRESULT item(IHTMLStyleSheetRulesCollection* pThis, int index, winmdroot.Web.MsHtml.IHTMLStyleSheetRule** ppHTMLStyleSheetRule) 162 public unsafe winmdroot.Web.MsHtml.IHTMLStyleSheetRule* item(int index) 164 winmdroot.Web.MsHtml.IHTMLStyleSheetRule* __retVal = default(winmdroot.Web.MsHtml.IHTMLStyleSheetRule*); 165 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,int ,winmdroot.Web.MsHtml.IHTMLStyleSheetRule** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), index, &__retVal).ThrowOnFailure(); 206 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,int ,winmdroot.Web.MsHtml.IHTMLStyleSheetRule** ,winmdroot.Foundation.HRESULT> item_9; 238 unsafe winmdroot.Foundation.HRESULT item(int index, winmdroot.Web.MsHtml.IHTMLStyleSheetRule** ppHTMLStyleSheetRule);