11 references to SelectedIndexCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
919_selectedIndices ??= new SelectedIndexCollection(this);
System.Windows.Forms.Tests (10)
System\Windows\Forms\ListBox.SelectedIndexCollectionTests.cs (10)
14var collection = new ListBox.SelectedIndexCollection(owner); 23Assert.Throws<ArgumentNullException>("owner", () => new ListBox.SelectedIndexCollection(null)); 30ICollection collection = new ListBox.SelectedIndexCollection(owner); 40IList collection = new ListBox.SelectedIndexCollection(owner); 61IList collection = new ListBox.SelectedIndexCollection(owner); 72IList collection = new ListBox.SelectedIndexCollection(owner); 80IList collection = new ListBox.SelectedIndexCollection(owner); 97IList collection = new ListBox.SelectedIndexCollection(owner); 108IList collection = new ListBox.SelectedIndexCollection(owner); 119IList collection = new ListBox.SelectedIndexCollection(owner);