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