1 instantiation of SelectedIndexCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
1385
_selectedIndexCollection ??= new
SelectedIndexCollection
(this);
2 references to SelectedIndexCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
154
private
SelectedIndexCollection
? _selectedIndexCollection;
1381
public
SelectedIndexCollection
SelectedIndices