7 references to Palettized
PresentationCore (7)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
271if (_format.Palettized)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (2)
481if (pixelFormat.Palettized == true && palette == null) 520if (pixelFormat.Palettized)
Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
211if (DestinationFormat.Palettized)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (3)
108if (pixelFormat.Palettized && palette == null) 150if (pixelFormat.Palettized) 862if (source.Format.Palettized)