4 references to IndexOf
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.CheckedIndexCollection.cs (1)
185
return
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);