14 references to Bgra32
PresentationCore (8)
Core\CSharp\System\Windows\Media\Color.cs (4)
439c2.context = new ColorContext(PixelFormats.Bgra32); 558c2.context = new ColorContext(PixelFormats.Bgra32); 1105c2.context = new ColorContext(PixelFormats.Bgra32); 1129ColorTransform colorTransform = new ColorTransform(this.context, new ColorContext(PixelFormats.Bgra32));
Core\CSharp\System\Windows\Media\ColorTransform.cs (2)
58srcContext = new ColorContext(PixelFormats.Bgra32); 63dstContext = new ColorContext(PixelFormats.Bgra32);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1764PixelFormats.Bgra32,
Core\CSharp\System\Windows\Media\PixelFormat.cs (1)
798return PixelFormats.Bgra32;
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\IconHelper.cs (2)
209if (bitmapSource.Format != PixelFormats.Bgra32 && bitmapSource.Format != PixelFormats.Pbgra32) 211bitmapSource = new FormatConvertedBitmap(bitmapSource, PixelFormats.Bgra32, null, 0.0);
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
337converter.DestinationFormat = PixelFormats.Bgra32;
src\Framework\System\Windows\ColorConvertedBitmapExtension.cs (2)
122FormatConvertedBitmap formatConverted = new FormatConvertedBitmap(bitmap, PixelFormats.Bgra32, null, 0.0); 128ColorConvertedBitmap colorConverted = new ColorConvertedBitmap(formatConverted, sourceContext, destinationContext, PixelFormats.Bgra32);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (1)
200PixelFormat format = PixelFormats.Bgra32;