27 references to Pbgra32
PresentationCore (11)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
118PixelFormats.Pbgra32,
System\Windows\Media\Imaging\BitmapSource.cs (4)
984WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle; 1055return PixelFormats.Pbgra32; 1085PixelFormat originalFmt = PixelFormats.Pbgra32; 1634PixelFormats.Pbgra32
System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (2)
337internal static PixelFormat s_DestinationFormat = PixelFormats.Pbgra32; 394PixelFormats.Pbgra32,
System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (2)
335internal static PixelFormat s_DestinationFormat = PixelFormats.Pbgra32; 377PixelFormats.Pbgra32,
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
35pixelFormat = PixelFormats.Pbgra32;
System\Windows\Media\PixelFormat.cs (1)
548PixelFormatEnum.Pbgra32 => PixelFormats.Pbgra32,
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (2)
155var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32); 170if (bitmapSource.Format != PixelFormats.Bgra32 && bitmapSource.Format != PixelFormats.Pbgra32)
MS\Internal\Ink\PenCursorManager.cs (1)
286PixelFormats.Pbgra32);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
965RenderTargetBitmap renderTargetBitmap = new RenderTargetBitmap((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
System\Windows\Documents\RubberbandSelector.cs (1)
191RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (2)
927RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32); 974converter.DestinationFormat = PixelFormats.Pbgra32;
AlphaFlattener\Flattener.cs (1)
140296, 96, PixelFormats.Pbgra32, null, buffer, source.PixelWidth * 4);
AlphaFlattener\ImageProxy.cs (3)
142converter.DestinationFormat = PixelFormats.Pbgra32; 423return BitmapSource.Create(_pixelWidth, _pixelHeight, _image.DpiX, _image.DpiY, PixelFormats.Pbgra32, null, _pixels, _pixelWidth * 4); 507PixelFormats.Pbgra32,
AlphaFlattener\Optimizer.cs (1)
54RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Utility.cs (2)
1426if ((bitmapSource != null) && (bitmapSource.Format == PixelFormats.Pbgra32)) 1915PixelFormats.Pbgra32
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
258var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
317PixelFormats.Pbgra32);