8 writes to lastAccessedIndex
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (8)
34this.lastAccessedIndex = -1; 54this.lastAccessedIndex = index; 62this.lastAccessedIndex++; 103this.lastAccessedIndex = -1; 110this.lastAccessedIndex = -1; 126this.lastAccessedIndex = index; 162this.lastAccessedIndex = -1; 207this.lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (3)
44if (this.lastAccessedIndex == -1 || index < this.lastAccessedIndex) 59while (this.lastAccessedIndex < index)