2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
8688
lastAccessedIndex
= i;
8694
lastAccessedIndex
= -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
8678
if (IsValidIndex(
lastAccessedIndex
))
8680
if (WindowsFormsUtils.SafeCompareStrings(this[
lastAccessedIndex
].Name, key, /* ignoreCase = */ true)) {
8681
return
lastAccessedIndex
;