13 references to ColorContext
PresentationCore (11)
System\Windows\Media\Color.cs (4)
423c2.context = new ColorContext(PixelFormats.Bgra32); 542c2.context = new ColorContext(PixelFormats.Bgra32); 1089c2.context = new ColorContext(PixelFormats.Bgra32); 1109ColorTransform 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)
640ColorContext colorContext = new ColorContext(frame.Format);
System\Windows\Media\Imaging\BitmapImage.cs (1)
519destinationColorContext= new ColorContext(duceFormat);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1122destinationColorContext = 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)