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