1 instantiation of SelectedIndexCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
947
selectedIndices = new
SelectedIndexCollection
(this);
4 references to SelectedIndexCollection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListBox.cs (4)
87
SelectedIndexCollection
selectedIndices;
944
public
SelectedIndexCollection
SelectedIndices {
4057
private
SelectedIndexCollection
items;
4063
public SelectedIndexEnumerator(
SelectedIndexCollection
items) {