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