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