3 references to
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.cs (2)
150return this[index]; 176destination.SetValue(this[i], i + index);
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.SelectedIndexEnumerator.cs (1)
67return _items[_current];