2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StatusBar.cs (2)
1468lastAccessedIndex = i; 1474lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusBar.cs (3)
1458if (IsValidIndex(lastAccessedIndex)) 1460if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 1461return lastAccessedIndex;