1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
40
IGridProvider.
Interface
,
10 references to Interface
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
1483
HRESULT IGridProvider.
Interface
.GetItem(int row, int column, IRawElementProviderSimple** pRetVal)
1494
HRESULT IGridProvider.
Interface
.get_RowCount(int* pRetVal)
1505
HRESULT IGridProvider.
Interface
.get_ColumnCount(int* pRetVal)
System.Windows.Forms.Primitives (7)
Windows.Win32.IGridProvider.g.cs (3)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
117
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
157
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
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)