14 references to Bgra32
PresentationCore (8)
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 (2)
27
srcContext = new ColorContext(PixelFormats.
Bgra32
);
32
dstContext = new ColorContext(PixelFormats.
Bgra32
);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1633
PixelFormats.
Bgra32
,
System\Windows\Media\PixelFormat.cs (1)
547
PixelFormatEnum.Bgra32 => 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)
306
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);