4 references to IndexOf
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.CheckedIndexCollection.cs (1)
185return IndexOf(checkedIndexAsInt);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ListView.CheckedIndexCollectionTests.cs (3)
98_collection.IndexOf(1).Should().Be(0); 99_collection.IndexOf(2).Should().Be(1); 111_collection.IndexOf(0).Should().Be(-1);