8 references to Format64bppPArgb
System.Drawing.Common.Tests (8)
System\Drawing\BitmapTests.cs (4)
185
[InlineData(1, 1, PixelFormat.
Format64bppPArgb
)]
276
yield return new object[] { new Bitmap(1, 1, PixelFormat.
Format64bppPArgb
), 1, 1 };
362
yield return new object[] { new Bitmap(3, 3, PixelFormat.
Format64bppPArgb
), new Rectangle(1, 1, 1, 1), PixelFormat.Format16bppRgb565 };
1675
PixelFormat.
Format64bppPArgb
,
System\Drawing\GraphicsTests.cs (1)
247
[InlineData(PixelFormat.
Format64bppPArgb
)]
System\Drawing\ImageTests.cs (2)
581
[InlineData(PixelFormat.
Format64bppPArgb
, 64)]
592
[InlineData(PixelFormat.
Format64bppPArgb
, true)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
104
[InlineData(PixelFormat.
Format64bppPArgb
)]