15 references to Bgra32
PresentationCore (8)
System\Windows\Media\Color.cs (4)
419
c2.context = new ColorContext(PixelFormats.
Bgra32
);
536
c2.context = new ColorContext(PixelFormats.
Bgra32
);
1080
c2.context = new ColorContext(PixelFormats.
Bgra32
);
1100
ColorTransform colorTransform = new ColorTransform(this.context, new ColorContext(PixelFormats.
Bgra32
));
System\Windows\Media\ColorTransform.cs (2)
26
srcContext = new ColorContext(PixelFormats.
Bgra32
);
31
dstContext = new ColorContext(PixelFormats.
Bgra32
);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1603
PixelFormats.
Bgra32
,
System\Windows\Media\PixelFormat.cs (1)
546
PixelFormatEnum.Bgra32 => PixelFormats.
Bgra32
,
PresentationCore.Tests (1)
System\Windows\ClipboardTests.cs (1)
184
WriteableBitmap bitmap = new(10, 10, 96, 96, PixelFormats.
Bgra32
, palette: null);
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (2)
169
if (bitmapSource.Format != PixelFormats.
Bgra32
&& bitmapSource.Format != PixelFormats.Pbgra32)
171
bitmapSource = new FormatConvertedBitmap(bitmapSource, PixelFormats.
Bgra32
, null, 0.0);
MS\Internal\Ink\PenCursorManager.cs (1)
305
converter.DestinationFormat = PixelFormats.
Bgra32
;
System\Windows\ColorConvertedBitmapExtension.cs (2)
113
FormatConvertedBitmap formatConverted = new FormatConvertedBitmap(bitmap, PixelFormats.
Bgra32
, null, 0.0);
119
ColorConvertedBitmap colorConverted = new ColorConvertedBitmap(formatConverted, sourceContext, destinationContext, PixelFormats.
Bgra32
);
ReachFramework (1)
Serialization\ImageSourceTypeConverter.cs (1)
356
bitmapSource = new FormatConvertedBitmap(bitmapSource, PixelFormats.
Bgra32
, null, 0.0);