34 references to ITableProvider
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\AccessibleObject.cs (5)
38ITableProvider.Interface, 68ITableProvider, 1412HRESULT ITableProvider.Interface.GetRowHeaders(SAFEARRAY** pRetVal) 1427HRESULT ITableProvider.Interface.GetColumnHeaders(SAFEARRAY** pRetVal) 1442HRESULT ITableProvider.Interface.get_RowOrColumnMajor(RowOrColumnMajor* pRetVal)
System.Windows.Forms.Primitives (29)
_generated\249\Windows.Win32.ITableProvider.g.cs (23)
27 :winmdroot.IVTable<ITableProvider,ITableProvider.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<ITableProvider*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((ITableProvider*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<ITableProvider*,uint>)lpVtbl[1])((ITableProvider*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<ITableProvider*,uint>)lpVtbl[2])((ITableProvider*)Unsafe.AsPointer(ref this)); 60 private static winmdroot.Foundation.HRESULT GetRowHeaders(ITableProvider* pThis, winmdroot.System.Com.SAFEARRAY** pRetVal) 87 ((delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITableProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 94 private static winmdroot.Foundation.HRESULT GetColumnHeaders(ITableProvider* pThis, winmdroot.System.Com.SAFEARRAY** pRetVal) 121 ((delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITableProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 139 private static winmdroot.Foundation.HRESULT get_RowOrColumnMajor(ITableProvider* pThis, winmdroot.UI.Accessibility.RowOrColumnMajor* pRetVal) 162 return ((delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.UI.Accessibility.RowOrColumnMajor* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITableProvider*)Unsafe.AsPointer(ref this), pRetVal); 188 internal delegate *unmanaged [Stdcall]<ITableProvider*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 190 internal delegate *unmanaged [Stdcall]<ITableProvider*,uint> AddRef_2; 192 internal delegate *unmanaged [Stdcall]<ITableProvider*,uint> Release_3; 194 internal delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT> GetRowHeaders_4; 196 internal delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT> GetColumnHeaders_5; 198 internal delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.UI.Accessibility.RowOrColumnMajor* ,winmdroot.Foundation.HRESULT> get_RowOrColumnMajor_6;
_generated\577\Windows.Win32.UI_Accessibility_ITableProvider_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITableProvider.Interface.GetRowHeaders(winmdroot.System.Com.SAFEARRAY**)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetRowHeaders(this winmdroot.UI.Accessibility.ITableProvider.Interface @this, out winmdroot.System.Com.SAFEARRAY* pRetVal) 33 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITableProvider.Interface.GetColumnHeaders(winmdroot.System.Com.SAFEARRAY**)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetColumnHeaders(this winmdroot.UI.Accessibility.ITableProvider.Interface @this, out winmdroot.System.Com.SAFEARRAY* pRetVal) 43 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITableProvider.Interface.get_RowOrColumnMajor(winmdroot.UI.Accessibility.RowOrColumnMajor*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT get_RowOrColumnMajor(this winmdroot.UI.Accessibility.ITableProvider.Interface @this, out winmdroot.UI.Accessibility.RowOrColumnMajor pRetVal)