13 references to ColorContext
PresentationCore (11)
System\Windows\Media\Color.cs (4)
423
c2.context = new
ColorContext
(PixelFormats.Bgra32);
542
c2.context = new
ColorContext
(PixelFormats.Bgra32);
1089
c2.context = new
ColorContext
(PixelFormats.Bgra32);
1109
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)
640
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)
1122
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)