2 references to Contains
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (1)
123
return
Contains
(indexAsInt);
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (1)
70
_collection.
Contains
(@int).Should().Be(expected);