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