5 references to Row
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
602
case AccessibleRole.
Row
:
winforms\Managed\System\WinForms\DataGridRow.cs (1)
795
return AccessibleRole.
Row
;
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
2040
return AccessibleRole.
Row
;
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
102
return AccessibleRole.
Row
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2977
return AccessibleRole.
Row
;