2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
6869lastAccessedIndex = i; 6875lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
6859if (IsValidIndex(lastAccessedIndex)) 6861if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 6862return lastAccessedIndex;