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