2 references to Contains
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
137
bool 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();