2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
7661lastAccessedIndex = i; 7667lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
7651if (IsValidIndex(lastAccessedIndex)) 7653if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 7654return lastAccessedIndex;