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