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