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