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