27 references to Pbgra32
PresentationCore (11)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
138PixelFormats.Pbgra32,
System\Windows\Media\Imaging\BitmapSource.cs (4)
1000WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle; 1071return PixelFormats.Pbgra32; 1101PixelFormat originalFmt = PixelFormats.Pbgra32; 1650PixelFormats.Pbgra32
System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (2)
356internal static PixelFormat s_DestinationFormat = PixelFormats.Pbgra32; 413PixelFormats.Pbgra32,
System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (2)
354internal static PixelFormat s_DestinationFormat = PixelFormats.Pbgra32; 396PixelFormats.Pbgra32,
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
54pixelFormat = PixelFormats.Pbgra32;
System\Windows\Media\PixelFormat.cs (1)
760return PixelFormats.Pbgra32;
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (2)
163var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32); 178if (bitmapSource.Format != PixelFormats.Bgra32 && bitmapSource.Format != PixelFormats.Pbgra32)
MS\Internal\Ink\PenCursorManager.cs (1)
292PixelFormats.Pbgra32);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
971RenderTargetBitmap renderTargetBitmap = new RenderTargetBitmap((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
System\Windows\Documents\RubberbandSelector.cs (1)
204RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (2)
933RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32); 980converter.DestinationFormat = PixelFormats.Pbgra32;
AlphaFlattener\Flattener.cs (1)
140496, 96, PixelFormats.Pbgra32, null, buffer, source.PixelWidth * 4);
AlphaFlattener\ImageProxy.cs (3)
149converter.DestinationFormat = PixelFormats.Pbgra32; 430return BitmapSource.Create(_pixelWidth, _pixelHeight, _image.DpiX, _image.DpiY, PixelFormats.Pbgra32, null, _pixels, _pixelWidth * 4); 514PixelFormats.Pbgra32,
AlphaFlattener\Optimizer.cs (1)
58RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Utility.cs (2)
1437if ((bitmapSource != null) && (bitmapSource.Format == PixelFormats.Pbgra32)) 1925PixelFormats.Pbgra32
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
260var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
321PixelFormats.Pbgra32);