2 writes to CurrentRow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridState.cs (2)
72
dgs.
CurrentRow
= CurrentRow;
93
this.
CurrentRow
= dataGrid.currentRow;
2 references to CurrentRow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridState.cs (2)
72
dgs.CurrentRow =
CurrentRow
;
131
dataGrid.currentRow =
CurrentRow
;