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