2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
14992
lastAccessedIndex
= i;
14998
lastAccessedIndex
= -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
14982
if (IsValidIndex(
lastAccessedIndex
))
14984
if (WindowsFormsUtils.SafeCompareStrings(this[
lastAccessedIndex
].Name, key, /* ignoreCase = */ true)) {
14985
return
lastAccessedIndex
;