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