1 implementation of get_RowCount
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1494HRESULT IGridProvider.Interface.get_RowCount(int* pRetVal)
3 references to get_RowCount
System.Windows.Forms.Primitives (3)
Windows.Win32.IGridProvider.g.cs (1)
122 return __object.get_RowCount(pRetVal);
Windows.Win32.UI_Accessibility_IGridProvider_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IGridProvider.Interface.get_RowCount(int*)"/> 28 winmdroot.Foundation.HRESULT __result = @this.get_RowCount(pRetValLocal);