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