18 references to Pbgra32
PresentationCore (11)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
151PixelFormats.Pbgra32,
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (4)
1097WicSourceHandle = Create(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle; 1168return PixelFormats.Pbgra32; 1202PixelFormat originalFmt = PixelFormats.Pbgra32; 1765PixelFormats.Pbgra32
Core\CSharp\System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (2)
361internal static PixelFormat s_DestinationFormat = PixelFormats.Pbgra32; 419PixelFormats.Pbgra32,
Core\CSharp\System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (2)
359internal static PixelFormat s_DestinationFormat = PixelFormats.Pbgra32; 401PixelFormats.Pbgra32,
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
62pixelFormat = PixelFormats.Pbgra32;
Core\CSharp\System\Windows\Media\PixelFormat.cs (1)
801return PixelFormats.Pbgra32;
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\IconHelper.cs (2)
188var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32); 209if (bitmapSource.Format != PixelFormats.Bgra32 && bitmapSource.Format != PixelFormats.Pbgra32)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
313PixelFormats.Pbgra32);
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
980RenderTargetBitmap renderTargetBitmap = new RenderTargetBitmap((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
301RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
263var renderTargetBitmap = new RenderTargetBitmap(pixelWidth, pixelHeight, dpiX, dpiY, PixelFormats.Pbgra32);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1180RenderTargetBitmap renderBitmap = new RenderTargetBitmap(imageWidth, imageHeight, DPI, DPI, PixelFormats.Pbgra32);