2 references to IndexOf
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
457
return
IndexOf
(image);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (1)
1281
Assert.Throws<NotSupportedException>(() => collection.
IndexOf
(image));