1 implementation of get_RowSpan
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1538HRESULT IGridItemProvider.Interface.get_RowSpan(int* pRetVal)
3 references to get_RowSpan
System.Windows.Forms.Primitives (3)
Windows.Win32.IGridItemProvider.g.cs (1)
155 return __object.get_RowSpan(pRetVal);
Windows.Win32.UI_Accessibility_IGridItemProvider_Extensions.g.cs (2)
43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IGridItemProvider.Interface.get_RowSpan(int*)"/> 48 winmdroot.Foundation.HRESULT __result = @this.get_RowSpan(pRetValLocal);