3 references to Colors
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
442
if (_palette != null && _palette.
Colors
.Count > 0)
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (1)
278
foreach (Color color in palette.
Colors
)
Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
221
else if ((1 << DestinationFormat.BitsPerPixel) < DestinationPalette.
Colors
.Count)