2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
1502lastAccessedIndex = i; 1508lastAccessedIndex = -1;
4 references to lastAccessedIndex
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ImageList.cs (4)
1490if (IsValidIndex(lastAccessedIndex)) 1492if ((imageInfoCollection[lastAccessedIndex] != null) && 1493(WindowsFormsUtils.SafeCompareStrings(((ImageInfo)imageInfoCollection[lastAccessedIndex]).Name, key, /* ignoreCase = */ true))) { 1494return lastAccessedIndex;