6 references to Colors
PresentationCore (3)
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
378if (_palette != null && _palette.Colors.Count > 0)
System\Windows\Media\Imaging\BitmapPalette.cs (1)
232foreach (Color color in palette.Colors)
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
184else if ((1 << DestinationFormat.BitsPerPixel) < DestinationPalette.Colors.Count)
ReachFramework (3)
AlphaFlattener\ImageProxy.cs (1)
331IList<System.Windows.Media.Color> palColor = palette.Colors;
Serialization\ImageSourceTypeConverter.cs (2)
354&& bitmapSource.Palette.Colors != null 355&& bitmapSource.Palette.Colors.Count > 0)