2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
7824
lastAccessedIndex
= i;
7830
lastAccessedIndex
= -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
7814
if (IsValidIndex(
lastAccessedIndex
))
7816
if (WindowsFormsUtils.SafeCompareStrings(this[
lastAccessedIndex
].Name, key, /* ignoreCase = */ true)) {
7817
return
lastAccessedIndex
;