1 write to _items
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.SelectedIndexEnumerator.cs (1)
26_items = items;
4 references to _items
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.SelectedIndexEnumerator.cs (4)
35if (_current < _items.Count - 1) 42_current = _items.Count; 62if (_current == -1 || _current == _items.Count) 67return _items[_current];