2 references to Contains
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
137bool IList.Contains(object? value) => value is ImageListImage image && Contains(image);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListDesignerOriginalImageCollectionTests.cs (1)
104_originalImageCollection.Contains(image).Should().BeTrue();