3 references to IndexOf
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (2)
116return IndexOf(index) != -1; 174return IndexOf(indexAsInt);
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (1)
93_collection.IndexOf(@int).Should().Be(expected);