2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
2073lastAccessedIndex = i; 2079lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBar.cs (3)
2063if (IsValidIndex(lastAccessedIndex)) 2065if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 2066return lastAccessedIndex;