7 references to Format48bppRgb
System.Drawing.Common.Tests (7)
System\Drawing\BitmapTests.cs (3)
182
[InlineData(10, 10, PixelFormat.
Format48bppRgb
)]
274
yield return new object[] { new Bitmap(1, 1, PixelFormat.
Format48bppRgb
), 1, 1 };
1673
PixelFormat.
Format48bppRgb
,
System\Drawing\GraphicsTests.cs (1)
245
[InlineData(PixelFormat.
Format48bppRgb
)]
System\Drawing\ImageTests.cs (2)
579
[InlineData(PixelFormat.
Format48bppRgb
, 48)]
599
[InlineData(PixelFormat.
Format48bppRgb
, false)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
103
[InlineData(PixelFormat.
Format48bppRgb
)]