6 references to Bgr32
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
NavigateTo\AbstractNavigateToTests.cs (2)
216var stride = PixelFormats.Bgr32.BitsPerPixel / 8 * 16; 217return BitmapSource.Create(16, 16, 96, 96, PixelFormats.Bgr32, null, new byte[16 * stride], stride);
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (2)
1029return PixelFormats.Bgr32; 1602PixelFormats.Bgr32,
System\Windows\Media\PixelFormat.cs (1)
545PixelFormatEnum.Bgr32 => PixelFormats.Bgr32,
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
135formatConverter.DestinationFormat = System.Windows.Media.PixelFormats.Bgr32;