4 references to IndexOf
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.CheckedListViewItemCollection.cs (1)
282
return
IndexOf
(listViewItem);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ListView.CheckedListViewItemCollectionTests.cs (3)
263
_collection.
IndexOf
(item2).Should().Be(1);
273
_collection.
IndexOf
(item).Should().Be(-1);
281
Action act = () => _collection.
IndexOf
(new ListViewItem());