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