2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Menu.cs (2)
1047lastAccessedIndex = i; 1053lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Menu.cs (3)
1037if (IsValidIndex(lastAccessedIndex)) 1039if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 1040return lastAccessedIndex;