1 reference to Contains
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
139bool IList.Contains(object? value) => value is ImageListImage image && Contains(image);