2 references to Contains
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.CheckedIndexCollection.cs (1)
159
return
Contains
(checkedIndexAsInt);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListView.CheckedIndexCollectionTests.cs (1)
85
_collection.
Contains
(index).Should().Be(expected);