1 implementation of GetRowHeaderItems
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1453HRESULT ITableItemProvider.Interface.GetRowHeaderItems(SAFEARRAY** pRetVal)
3 references to GetRowHeaderItems
System.Windows.Forms.Primitives (3)
Windows.Win32.ITableItemProvider.g.cs (1)
67 return __object.GetRowHeaderItems(pRetVal);
Windows.Win32.UI_Accessibility_ITableItemProvider_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITableItemProvider.Interface.GetRowHeaderItems(winmdroot.System.Com.SAFEARRAY**)"/> 28 winmdroot.Foundation.HRESULT __result = @this.GetRowHeaderItems(pRetValLocal);