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
== true && palette == null)
382
if (pixelFormat.
Palettized
)
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
174
if (DestinationFormat.
Palettized
)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
70
if (pixelFormat.
Palettized
&& palette == null)
112
if (pixelFormat.
Palettized
)
732
if (source.Format.
Palettized
)