3 references to CustomTransparentColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
283if ((original._options & OriginalOptions.CustomTransparentColor) != 0)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
299Original original = new(value, OriginalOptions.CustomTransparentColor, transparentColor);
System\Windows\Forms\Controls\ImageList\ImageList.Original.cs (1)
40if ((options & OriginalOptions.CustomTransparentColor) == 0)