2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TabControl.cs (2)
2527lastAccessedIndex = i; 2533lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TabControl.cs (3)
2517if (IsValidIndex(lastAccessedIndex)) 2519if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 2520return lastAccessedIndex;