14 references to Bgra32
PresentationCore (8)
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 (2)
27
srcContext = new ColorContext(PixelFormats.
Bgra32
);
32
dstContext = new ColorContext(PixelFormats.
Bgra32
);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1634
PixelFormats.
Bgra32
,
System\Windows\Media\PixelFormat.cs (1)
743
return PixelFormats.
Bgra32
;
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (2)
170
if (bitmapSource.Format != PixelFormats.
Bgra32
&& bitmapSource.Format != PixelFormats.Pbgra32)
172
bitmapSource = new FormatConvertedBitmap(bitmapSource, PixelFormats.
Bgra32
, null, 0.0);
MS\Internal\Ink\PenCursorManager.cs (1)
307
converter.DestinationFormat = PixelFormats.
Bgra32
;
System\Windows\ColorConvertedBitmapExtension.cs (2)
114
FormatConvertedBitmap formatConverted = new FormatConvertedBitmap(bitmap, PixelFormats.
Bgra32
, null, 0.0);
120
ColorConvertedBitmap colorConverted = new ColorConvertedBitmap(formatConverted, sourceContext, destinationContext, PixelFormats.
Bgra32
);
ReachFramework (1)
Serialization\ImageSourceTypeConverter.cs (1)
357
bitmapSource = new FormatConvertedBitmap(bitmapSource, PixelFormats.
Bgra32
, null, 0.0);