26 references to RowOrColumnMajor
System.Windows.Forms (11)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
757
internal virtual
RowOrColumnMajor
RowOrColumnMajor =>
RowOrColumnMajor
.RowOrColumnMajor_RowMajor;
1442
HRESULT ITableProvider.Interface.get_RowOrColumnMajor(
RowOrColumnMajor
* pRetVal)
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (2)
304
internal override
RowOrColumnMajor
RowOrColumnMajor
308
return
RowOrColumnMajor
.RowOrColumnMajor_RowMajor;
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (2)
70
internal override
RowOrColumnMajor
RowOrColumnMajor
71
=>
RowOrColumnMajor
.RowOrColumnMajor_RowMajor;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (2)
206
internal override
RowOrColumnMajor
RowOrColumnMajor =>
RowOrColumnMajor
.RowOrColumnMajor_RowMajor;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (2)
543
internal override
RowOrColumnMajor
RowOrColumnMajor =>
RowOrColumnMajor
.RowOrColumnMajor_RowMajor;
System.Windows.Forms.Interop.Tests (2)
AccessibleObjectTests.cs (2)
326
AssertSuccess(Test_ITableProviderGetRowOrColumnMajor(o,
RowOrColumnMajor
.RowOrColumnMajor_RowMajor));
945
RowOrColumnMajor
expected);
System.Windows.Forms.Primitives (11)
Windows.Win32.ITableProvider.g.cs (8)
123
/// <inheritdoc cref="get_RowOrColumnMajor(winmdroot.UI.Accessibility.
RowOrColumnMajor
*)"/>
124
internal unsafe winmdroot.Foundation.HRESULT get_RowOrColumnMajor(out winmdroot.UI.Accessibility.
RowOrColumnMajor
pRetVal)
126
fixed (winmdroot.UI.Accessibility.
RowOrColumnMajor
* pRetValLocal = &pRetVal)
136
private static winmdroot.Foundation.HRESULT get_RowOrColumnMajor(ITableProvider* pThis, winmdroot.UI.Accessibility.
RowOrColumnMajor
* pRetVal)
157
public unsafe winmdroot.Foundation.HRESULT get_RowOrColumnMajor(winmdroot.UI.Accessibility.
RowOrColumnMajor
* pRetVal)
159
return ((delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.UI.Accessibility.
RowOrColumnMajor
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITableProvider*)Unsafe.AsPointer(ref this), pRetVal);
193
internal delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.UI.Accessibility.
RowOrColumnMajor
* ,winmdroot.Foundation.HRESULT> get_RowOrColumnMajor_6;
228
unsafe winmdroot.Foundation.HRESULT get_RowOrColumnMajor(winmdroot.UI.Accessibility.
RowOrColumnMajor
* pRetVal);
Windows.Win32.UI_Accessibility_ITableProvider_Extensions.g.cs (3)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITableProvider.Interface.get_RowOrColumnMajor(winmdroot.UI.Accessibility.
RowOrColumnMajor
*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_RowOrColumnMajor(this winmdroot.UI.Accessibility.ITableProvider.Interface @this, out winmdroot.UI.Accessibility.
RowOrColumnMajor
pRetVal)
46
fixed (winmdroot.UI.Accessibility.
RowOrColumnMajor
* pRetValLocal = &pRetVal)
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarBodyAccessibleObjectTests.cs (1)
24
accessibleObject.RowOrColumnMajor.Should().Be(
RowOrColumnMajor
.RowOrColumnMajor_RowMajor);
System\Windows\Forms\AccessibleObjects\MonthCalendar.MonthCalendarAccessibleObjectTests.cs (1)
366
accessibleObject.RowOrColumnMajor.Should().Be(
RowOrColumnMajor
.RowOrColumnMajor_RowMajor);