34 references to ITableProvider
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\AccessibleObject.cs (5)
38
ITableProvider
.Interface,
68
ITableProvider
,
1412
HRESULT
ITableProvider
.Interface.GetRowHeaders(SAFEARRAY** pRetVal)
1427
HRESULT
ITableProvider
.Interface.GetColumnHeaders(SAFEARRAY** pRetVal)
1442
HRESULT
ITableProvider
.Interface.get_RowOrColumnMajor(RowOrColumnMajor* pRetVal)
System.Windows.Forms.Primitives (29)
Windows.Win32.ITableProvider.g.cs (23)
26
:IVTable<
ITableProvider
,
ITableProvider
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
ITableProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ITableProvider
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
ITableProvider
*,uint>)lpVtbl[1])((
ITableProvider
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
ITableProvider
*,uint>)lpVtbl[2])((
ITableProvider
*)Unsafe.AsPointer(ref this));
58
private static winmdroot.Foundation.HRESULT GetRowHeaders(
ITableProvider
* pThis, winmdroot.System.Com.SAFEARRAY** pRetVal)
85
((delegate *unmanaged [Stdcall]<
ITableProvider
*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
ITableProvider
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
92
private static winmdroot.Foundation.HRESULT GetColumnHeaders(
ITableProvider
* pThis, winmdroot.System.Com.SAFEARRAY** pRetVal)
119
((delegate *unmanaged [Stdcall]<
ITableProvider
*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
ITableProvider
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
136
private static winmdroot.Foundation.HRESULT get_RowOrColumnMajor(
ITableProvider
* pThis, winmdroot.UI.Accessibility.RowOrColumnMajor* pRetVal)
159
return ((delegate *unmanaged [Stdcall]<
ITableProvider
*,winmdroot.UI.Accessibility.RowOrColumnMajor* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
ITableProvider
*)Unsafe.AsPointer(ref this), pRetVal);
183
internal delegate *unmanaged [Stdcall]<
ITableProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
185
internal delegate *unmanaged [Stdcall]<
ITableProvider
*,uint> AddRef_2;
187
internal delegate *unmanaged [Stdcall]<
ITableProvider
*,uint> Release_3;
189
internal delegate *unmanaged [Stdcall]<
ITableProvider
*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT> GetRowHeaders_4;
191
internal delegate *unmanaged [Stdcall]<
ITableProvider
*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT> GetColumnHeaders_5;
193
internal delegate *unmanaged [Stdcall]<
ITableProvider
*,winmdroot.UI.Accessibility.RowOrColumnMajor* ,winmdroot.Foundation.HRESULT> get_RowOrColumnMajor_6;
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)