7 writes to lastAccessedSortedIndex
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (7)
630this.lastAccessedSortedIndex = index; 724this.lastAccessedSortedIndex = index; 765this.lastAccessedSortedIndex = index; 802this.lastAccessedSortedIndex = index; 872this.lastAccessedSortedIndex = index; 944this.lastAccessedSortedIndex = index; 1250this.lastAccessedSortedIndex = -1;
5 references to lastAccessedSortedIndex
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (5)
613Debug.Assert(this.lastAccessedSortedIndex == -1 || 614this.lastAccessedSortedIndex < this.Count); 619if (this.lastAccessedSortedIndex != -1 && 620this.itemsSorted[this.lastAccessedSortedIndex] == dataGridViewColumn) 622return this.lastAccessedSortedIndex;