2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
14992lastAccessedIndex = i; 14998lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
14982if (IsValidIndex(lastAccessedIndex)) 14984if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 14985return lastAccessedIndex;