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