1 write to _items
System.Windows.Forms (1)
System\Windows\Forms\Internal\ItemArray.EntryEnumerator.cs (1)
27
_items
= items;
7 references to _items
System.Windows.Forms (7)
System\Windows\Forms\Internal\ItemArray.EntryEnumerator.cs (7)
39
if (_version !=
_items
.Version)
46
if (_current <
_items
.Count - 1)
50
var entry =
_items
._entries[_current];
69
_current =
_items
.Count;
80
if (_version !=
_items
.Version)
95
if (_current == -1 || _current ==
_items
.Count)
100
return
_items
._entries[_current].Item;