7 references to Palettized
PresentationCore (7)
System\Windows\Media\Imaging\BitmapSource.cs (1)
236if (_format.Palettized)
System\Windows\Media\Imaging\CachedBitmap.cs (2)
390if (pixelFormat.Palettized == true && palette == null) 429if (pixelFormat.Palettized)
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
177if (DestinationFormat.Palettized)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
70if (pixelFormat.Palettized && palette == null) 112if (pixelFormat.Palettized) 743if (source.Format.Palettized)