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