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)
43
private
SelectedIndexCollection
? _selectedIndices;
913
public
SelectedIndexCollection
SelectedIndices
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.SelectedIndexEnumerator.cs (2)
18
private readonly
SelectedIndexCollection
_items;
24
public SelectedIndexEnumerator(
SelectedIndexCollection
items)