62 references to IHTMLRect
System.Windows.Forms.Primitives (62)
_generated\149\Windows.Win32.IHTMLElement2.g.cs (7)
1170 private static winmdroot.Foundation.HRESULT getBoundingClientRect(IHTMLElement2* pThis, winmdroot.Web.MsHtml.IHTMLRect** pRect) 1187 public unsafe winmdroot.Web.MsHtml.IHTMLRect* getBoundingClientRect() 1189 winmdroot.Web.MsHtml.IHTMLRect* __retVal = default(winmdroot.Web.MsHtml.IHTMLRect*); 1190 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLRect** ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 3049 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLRect** ,winmdroot.Foundation.HRESULT> getBoundingClientRect_45; 3407 unsafe winmdroot.Foundation.HRESULT getBoundingClientRect(winmdroot.Web.MsHtml.IHTMLRect** pRect);
_generated\165\Windows.Win32.IHTMLRect.g.cs (55)
26 :winmdroot.IVTable<IHTMLRect,IHTMLRect.Vtbl>,IComIID { 43 return ((delegate *unmanaged [Stdcall]<IHTMLRect*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IHTMLRect*)Unsafe.AsPointer(ref this), riid, ppvObject); 48 return ((delegate *unmanaged [Stdcall]<IHTMLRect*,uint>)lpVtbl[1])((IHTMLRect*)Unsafe.AsPointer(ref this)); 53 return ((delegate *unmanaged [Stdcall]<IHTMLRect*,uint>)lpVtbl[2])((IHTMLRect*)Unsafe.AsPointer(ref this)); 68 ((delegate *unmanaged [Stdcall]<IHTMLRect*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLRect*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLRect*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLRect*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLRect*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLRect*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLRect*,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])((IHTMLRect*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 139 private static winmdroot.Foundation.HRESULT put_left(IHTMLRect* pThis, int v) 161 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLRect*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLRect*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 174 private static winmdroot.Foundation.HRESULT get_left(IHTMLRect* pThis, int* p) 195 private static winmdroot.Foundation.HRESULT put_top(IHTMLRect* pThis, int v) 217 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLRect*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLRect*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 230 private static winmdroot.Foundation.HRESULT get_top(IHTMLRect* pThis, int* p) 251 private static winmdroot.Foundation.HRESULT put_right(IHTMLRect* pThis, int v) 273 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLRect*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 278 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLRect*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 286 private static winmdroot.Foundation.HRESULT get_right(IHTMLRect* pThis, int* p) 307 private static winmdroot.Foundation.HRESULT put_bottom(IHTMLRect* pThis, int v) 329 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLRect*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 334 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLRect*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 342 private static winmdroot.Foundation.HRESULT get_bottom(IHTMLRect* pThis, int* p) 383 internal delegate *unmanaged [Stdcall]<IHTMLRect*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 385 internal delegate *unmanaged [Stdcall]<IHTMLRect*,uint> AddRef_2; 387 internal delegate *unmanaged [Stdcall]<IHTMLRect*,uint> Release_3; 389 internal delegate *unmanaged [Stdcall]<IHTMLRect*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4; 391 internal delegate *unmanaged [Stdcall]<IHTMLRect*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5; 393 internal delegate *unmanaged [Stdcall]<IHTMLRect*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6; 395 internal delegate *unmanaged [Stdcall]<IHTMLRect*,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; 397 internal delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT> put_left_8; 399 internal delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT> get_left_9; 401 internal delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT> put_top_10; 403 internal delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT> get_top_11; 405 internal delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT> put_right_12; 407 internal delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT> get_right_13; 409 internal delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT> put_bottom_14; 411 internal delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT> get_bottom_15;