2 writes to sortedColumnIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (2)
2790this.sortedColumnIndex = -1; 2794this.sortedColumnIndex = this.dataGridViewSortedColumn.Index;
2 references to sortedColumnIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (2)
2814Debug.Assert(this.sortedColumnIndex >= 0); 2815return dataGridViewRow.Cells[this.sortedColumnIndex].GetValueInternal(rowIndex);