3 references to GetClosestDUCEFormat
PresentationCore (3)
System\Windows\Media\Imaging\BitmapImage.cs (1)
528
PixelFormat duceFormat = BitmapSource.
GetClosestDUCEFormat
(source.Format, source.Palette);
System\Windows\Media\Imaging\BitmapSource.cs (2)
864
Guid destFmt =
GetClosestDUCEFormat
(Format, Palette).Guid;
1118
destFmt = BitmapSource.
GetClosestDUCEFormat
(originalFmt, palette);