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