7 references to Palettized
PresentationCore (7)
System\Windows\Media\Imaging\BitmapSource.cs (1)
236if (_format.Palettized)
System\Windows\Media\Imaging\CachedBitmap.cs (2)
343if (pixelFormat.Palettized && palette == null) 382if (pixelFormat.Palettized)
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
173if (DestinationFormat.Palettized)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
69if (pixelFormat.Palettized && palette == null) 111if (pixelFormat.Palettized) 725if (source.Format.Palettized)