1 instantiation of SelectedIndexCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
917_selectedIndices ??= new SelectedIndexCollection(this);
4 references to SelectedIndexCollection
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
43private SelectedIndexCollection? _selectedIndices; 913public SelectedIndexCollection SelectedIndices
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.SelectedIndexEnumerator.cs (2)
18private readonly SelectedIndexCollection _items; 24public SelectedIndexEnumerator(SelectedIndexCollection items)