3 references to GetClosestDUCEFormat
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
540PixelFormat duceFormat = BitmapSource.GetClosestDUCEFormat(source.Format, source.Palette);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
951Guid destFmt = GetClosestDUCEFormat(Format, Palette).Guid; 1219destFmt = BitmapSource.GetClosestDUCEFormat(originalFmt, palette);