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