5 references to CheckedIndices
System.Windows.Forms.Tests (5)
CheckedListBoxTests.cs (5)
40CheckedListBox.CheckedIndexCollection collection = box.CheckedIndices; 584Assert.Single(checkedListBox.CheckedIndices); 592Assert.Single(checkedListBox.CheckedIndices); 615Assert.Single(checkedListBox.CheckedIndices); 623Assert.Empty(checkedListBox.CheckedIndices);