12 references to ColorContext
PresentationCore (11)
Core\CSharp\System\Windows\Media\Color.cs (4)
439c2.context = new ColorContext(PixelFormats.Bgra32); 558c2.context = new ColorContext(PixelFormats.Bgra32); 1105c2.context = new ColorContext(PixelFormats.Bgra32); 1129ColorTransform colorTransform = new ColorTransform(this.context, new ColorContext(PixelFormats.Bgra32));
Core\CSharp\System\Windows\Media\ColorTransform.cs (4)
58srcContext = new ColorContext(PixelFormats.Bgra32); 63dstContext = new ColorContext(PixelFormats.Bgra32); 86srcContext = new ColorContext(pixelFormat); 90dstContext = new ColorContext(pixelFormat);
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
715ColorContext colorContext = new ColorContext(frame.Format);
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
549destinationColorContext= new ColorContext(duceFormat);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1238destinationColorContext = new ColorContext(destFmt);
PresentationFramework (1)
src\Framework\System\Windows\ColorConvertedBitmapExtension.cs (1)
113new ColorContext(PixelFormats.Default);