14 references to Bgra32
PresentationCore (8)
System\Windows\Media\Color.cs (4)
420c2.context = new ColorContext(PixelFormats.Bgra32); 537c2.context = new ColorContext(PixelFormats.Bgra32); 1081c2.context = new ColorContext(PixelFormats.Bgra32); 1101ColorTransform colorTransform = new ColorTransform(this.context, new ColorContext(PixelFormats.Bgra32));
System\Windows\Media\ColorTransform.cs (2)
27srcContext = new ColorContext(PixelFormats.Bgra32); 32dstContext = new ColorContext(PixelFormats.Bgra32);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1633PixelFormats.Bgra32,
System\Windows\Media\PixelFormat.cs (1)
547PixelFormatEnum.Bgra32 => PixelFormats.Bgra32,
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (2)
170if (bitmapSource.Format != PixelFormats.Bgra32 && bitmapSource.Format != PixelFormats.Pbgra32) 172bitmapSource = new FormatConvertedBitmap(bitmapSource, PixelFormats.Bgra32, null, 0.0);
MS\Internal\Ink\PenCursorManager.cs (1)
306converter.DestinationFormat = PixelFormats.Bgra32;
System\Windows\ColorConvertedBitmapExtension.cs (2)
114FormatConvertedBitmap formatConverted = new FormatConvertedBitmap(bitmap, PixelFormats.Bgra32, null, 0.0); 120ColorConvertedBitmap colorConverted = new ColorConvertedBitmap(formatConverted, sourceContext, destinationContext, PixelFormats.Bgra32);
ReachFramework (1)
Serialization\ImageSourceTypeConverter.cs (1)
357bitmapSource = new FormatConvertedBitmap(bitmapSource, PixelFormats.Bgra32, null, 0.0);