2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (2)
404lastAccessedIndex = i; 410lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (3)
395if (IsValidIndex(lastAccessedIndex)) { 396if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 397return lastAccessedIndex;