Implemented interface member:
2 references to Count
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (1)
154
int[] indices = new int[
Count
];
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (1)
35
_collection.
Count
.Should().Be(0);