Implemented interface member:
4 references to Count
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (2)
27
return _owner.CheckedItems.
Count
;
133
int cnt = _owner.CheckedItems.
Count
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs (2)
29
_collection.
Count
.Should().Be(0);
54
_collection.
Count
.Should().Be(1);