2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeNodeCollection.cs (2)
444lastAccessedIndex = i; 450lastAccessedIndex = -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeNodeCollection.cs (3)
434if (IsValidIndex(lastAccessedIndex)) 436if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 437return lastAccessedIndex;