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