37 references to Format32bppPArgb
System.Drawing.Common.Tests (31)
mono\System.Drawing.Imaging\BmpCodecTests.cs (1)
486
Save(PixelFormat.
Format32bppPArgb
, PixelFormat.Format32bppRgb, true);
mono\System.Drawing.Imaging\GifCodecTests.cs (1)
250
Save(PixelFormat.
Format32bppPArgb
, PixelFormat.Format8bppIndexed, false);
mono\System.Drawing.Imaging\IconCodecTests.cs (1)
1927
Save(PixelFormat.
Format32bppPArgb
, PixelFormat.Format32bppArgb, true);
mono\System.Drawing.Imaging\JpegCodecTests.cs (1)
406
Save(PixelFormat.
Format32bppPArgb
, PixelFormat.Format24bppRgb);
mono\System.Drawing.Imaging\PngCodecTests.cs (1)
626
Save(PixelFormat.
Format32bppPArgb
, PixelFormat.Format32bppArgb, true);
mono\System.Drawing.Imaging\TiffCodecTests.cs (1)
297
Save(PixelFormat.
Format32bppPArgb
, PixelFormat.Format32bppArgb, true);
mono\System.Drawing\BitmapTests.cs (4)
190
if (format == PixelFormat.
Format32bppPArgb
)
221
if (format == PixelFormat.
Format32bppPArgb
)
581
byte[] actual = HashLock(bmp, bmp.Width, bmp.Height, PixelFormat.
Format32bppPArgb
, ImageLockMode.ReadWrite);
636
byte[] actual = HashLock(bmp, 50, 50, PixelFormat.
Format32bppPArgb
, ImageLockMode.ReadWrite);
System\Drawing\BitmapTests.cs (9)
181
[InlineData(1, 1, PixelFormat.
Format32bppPArgb
)]
273
yield return new object[] { new Bitmap(1, 1, PixelFormat.
Format32bppPArgb
), 1, 1 };
290
Assert.Equal(PixelFormat.
Format32bppPArgb
, bitmap.PixelFormat);
1280
[InlineData(PixelFormat.
Format32bppPArgb
)]
1324
if (format == PixelFormat.
Format32bppPArgb
)
1353
if (format == PixelFormat.
Format32bppPArgb
)
1613
{ PixelFormat.
Format32bppPArgb
, DitherType.ErrorDiffusion, PaletteType.FixedHalftone8 },
1620
{ PixelFormat.
Format32bppPArgb
, DitherType.None, PaletteType.FixedHalftone256 },
1671
PixelFormat.
Format32bppPArgb
,
System\Drawing\GraphicsTests.cs (1)
243
[InlineData(PixelFormat.
Format32bppPArgb
)]
System\Drawing\ImageTests.cs (2)
577
[InlineData(PixelFormat.
Format32bppPArgb
, 32)]
590
[InlineData(PixelFormat.
Format32bppPArgb
, true)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
100
[InlineData(PixelFormat.
Format32bppPArgb
)]
System\Drawing\TextureBrushTests.cs (8)
13
yield return new object[] { new Bitmap(10, 10), PixelFormat.
Format32bppPArgb
, new Size(10, 10) };
43
Ctor_Bitmap(image, PixelFormat.
Format32bppPArgb
, new Size(11, 22));
95
Assert.Equal(PixelFormat.
Format32bppPArgb
, brushImage.PixelFormat);
116
Assert.Equal(PixelFormat.
Format32bppPArgb
, brushImage.PixelFormat);
149
Assert.Equal(PixelFormat.
Format32bppPArgb
, brushImage.PixelFormat);
170
Assert.Equal(PixelFormat.
Format32bppPArgb
, brushImage.PixelFormat);
204
Assert.Equal(PixelFormat.
Format32bppPArgb
, brushImage.PixelFormat);
226
Assert.Equal(PixelFormat.
Format32bppPArgb
, brushImage.PixelFormat);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
878
using Bitmap textBmp = new(textSize.Width, textSize.Height, PixelFormat.
Format32bppPArgb
);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
1019
_dragImage = new Bitmap(imageWidth, imageHeight, Drawing.Imaging.PixelFormat.
Format32bppPArgb
);
System\Windows\Forms\Design\DesignerUtils.cs (3)
120
s_boxImage = new Bitmap(s_boxImageSize, s_boxImageSize, PixelFormat.
Format32bppPArgb
);
392
PixelFormat.
Format32bppPArgb
);
425
PixelFormat.
Format32bppPArgb
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (1)
146
PixelFormat.
Format32bppPArgb
,