5 references to CheckedIndices
System.Windows.Forms.Tests (5)
CheckedListBoxTests.cs (5)
42CheckedListBox.CheckedIndexCollection collection = box.CheckedIndices; 586Assert.Single(checkedListBox.CheckedIndices); 594Assert.Single(checkedListBox.CheckedIndices); 617Assert.Single(checkedListBox.CheckedIndices); 625Assert.Empty(checkedListBox.CheckedIndices);