2 writes to lastAccessedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (2)
2267
lastAccessedIndex
= i;
2273
lastAccessedIndex
= -1;
3 references to lastAccessedIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\LinkLabel.cs (3)
2257
if (IsValidIndex(
lastAccessedIndex
))
2259
if (WindowsFormsUtils.SafeCompareStrings(this[
lastAccessedIndex
].Name, key, /* ignoreCase = */ true)) {
2260
return
lastAccessedIndex
;