13 references to ColorContext
PresentationCore (11)
System\Windows\Media\Color.cs (4)
420c2.context = new ColorContext(PixelFormats.Bgra32); 537c2.context = new ColorContext(PixelFormats.Bgra32); 1081c2.context = new ColorContext(PixelFormats.Bgra32); 1101ColorTransform colorTransform = new ColorTransform(this.context, new ColorContext(PixelFormats.Bgra32));
System\Windows\Media\ColorTransform.cs (4)
27srcContext = new ColorContext(PixelFormats.Bgra32); 32dstContext = new ColorContext(PixelFormats.Bgra32); 47srcContext = new ColorContext(pixelFormat); 51dstContext = new ColorContext(pixelFormat);
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
638ColorContext colorContext = new ColorContext(frame.Format);
System\Windows\Media\Imaging\BitmapImage.cs (1)
519destinationColorContext= new ColorContext(duceFormat);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1121destinationColorContext = new ColorContext(destFmt);
PresentationFramework (1)
System\Windows\ColorConvertedBitmapExtension.cs (1)
105new ColorContext(PixelFormats.Default);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
658if (new ColorContext(PixelFormats.Default) != colorConvertedBitmap.DestinationColorContext)