3 references to GetClosestDUCEFormat
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
540
PixelFormat duceFormat = BitmapSource.
GetClosestDUCEFormat
(source.Format, source.Palette);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
951
Guid destFmt =
GetClosestDUCEFormat
(Format, Palette).Guid;
1219
destFmt = BitmapSource.
GetClosestDUCEFormat
(originalFmt, palette);