14 references to Bgra32
PresentationCore (8)
System\Windows\Media\Color.cs (4)
431
c2.context = new ColorContext(PixelFormats.
Bgra32
);
550
c2.context = new ColorContext(PixelFormats.
Bgra32
);
1097
c2.context = new ColorContext(PixelFormats.
Bgra32
);
1117
ColorTransform colorTransform = new ColorTransform(this.context, new ColorContext(PixelFormats.
Bgra32
));
System\Windows\Media\ColorTransform.cs (2)
49
srcContext = new ColorContext(PixelFormats.
Bgra32
);
54
dstContext = new ColorContext(PixelFormats.
Bgra32
);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1649
PixelFormats.
Bgra32
,
System\Windows\Media\PixelFormat.cs (1)
757
return PixelFormats.
Bgra32
;
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (2)
178
if (bitmapSource.Format != PixelFormats.
Bgra32
&& bitmapSource.Format != PixelFormats.Pbgra32)
180
bitmapSource = new FormatConvertedBitmap(bitmapSource, PixelFormats.
Bgra32
, null, 0.0);
MS\Internal\Ink\PenCursorManager.cs (1)
312
converter.DestinationFormat = PixelFormats.
Bgra32
;
System\Windows\ColorConvertedBitmapExtension.cs (2)
121
FormatConvertedBitmap formatConverted = new FormatConvertedBitmap(bitmap, PixelFormats.
Bgra32
, null, 0.0);
127
ColorConvertedBitmap colorConverted = new ColorConvertedBitmap(formatConverted, sourceContext, destinationContext, PixelFormats.
Bgra32
);
ReachFramework (1)
Serialization\ImageSourceTypeConverter.cs (1)
365
bitmapSource = new FormatConvertedBitmap(bitmapSource, PixelFormats.
Bgra32
, null, 0.0);