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