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