2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListViewItem.cs (2)
2056lastAccessedIndex = i; 2062lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListViewItem.cs (3)
2046if (IsValidIndex(lastAccessedIndex)) 2048if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 2049return lastAccessedIndex;