32 references to IGridProvider
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\AccessibleObject.cs (5)
40IGridProvider.Interface, 70IGridProvider, 1483HRESULT IGridProvider.Interface.GetItem(int row, int column, IRawElementProviderSimple** pRetVal) 1494HRESULT IGridProvider.Interface.get_RowCount(int* pRetVal) 1505HRESULT IGridProvider.Interface.get_ColumnCount(int* pRetVal)
System.Windows.Forms.Primitives (27)
Windows.Win32.IGridProvider.g.cs (23)
26 :IVTable<IGridProvider,IGridProvider.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IGridProvider*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IGridProvider*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IGridProvider*,uint>)lpVtbl[1])((IGridProvider*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IGridProvider*,uint>)lpVtbl[2])((IGridProvider*)Unsafe.AsPointer(ref this)); 58 private static winmdroot.Foundation.HRESULT GetItem(IGridProvider* pThis, int row, int column, winmdroot.UI.Accessibility.IRawElementProviderSimple** pRetVal) 96 ((delegate *unmanaged [Stdcall]<IGridProvider*,int ,int ,winmdroot.UI.Accessibility.IRawElementProviderSimple** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IGridProvider*)Unsafe.AsPointer(ref this), row, column, &__retVal).ThrowOnFailure(); 113 private static winmdroot.Foundation.HRESULT get_RowCount(IGridProvider* pThis, int* pRetVal) 137 return ((delegate *unmanaged [Stdcall]<IGridProvider*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IGridProvider*)Unsafe.AsPointer(ref this), pRetVal); 153 private static winmdroot.Foundation.HRESULT get_ColumnCount(IGridProvider* pThis, int* pRetVal) 177 return ((delegate *unmanaged [Stdcall]<IGridProvider*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IGridProvider*)Unsafe.AsPointer(ref this), pRetVal); 201 internal delegate *unmanaged [Stdcall]<IGridProvider*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 203 internal delegate *unmanaged [Stdcall]<IGridProvider*,uint> AddRef_2; 205 internal delegate *unmanaged [Stdcall]<IGridProvider*,uint> Release_3; 207 internal delegate *unmanaged [Stdcall]<IGridProvider*,int ,int ,winmdroot.UI.Accessibility.IRawElementProviderSimple** ,winmdroot.Foundation.HRESULT> GetItem_4; 209 internal delegate *unmanaged [Stdcall]<IGridProvider*,int* ,winmdroot.Foundation.HRESULT> get_RowCount_5; 211 internal delegate *unmanaged [Stdcall]<IGridProvider*,int* ,winmdroot.Foundation.HRESULT> get_ColumnCount_6;
Windows.Win32.UI_Accessibility_IGridProvider_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IGridProvider.Interface.get_RowCount(int*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT get_RowCount(this winmdroot.UI.Accessibility.IGridProvider.Interface @this, out int pRetVal) 33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IGridProvider.Interface.get_ColumnCount(int*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_ColumnCount(this winmdroot.UI.Accessibility.IGridProvider.Interface @this, out int pRetVal)