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