6 references to Extended
System.Drawing.Common (2)
System\Drawing\Image.cs (1)
789
public static bool IsExtendedPixelFormat(PixelFormat pixfmt) => (pixfmt & PixelFormat.
Extended
) != 0;
System\Drawing\Imaging\BitmapData.cs (1)
74
case PixelFormat.
Extended
:
System.Drawing.Common.Tests (4)
System\Drawing\BitmapTests.cs (3)
252
[InlineData(PixelFormat.
Extended
)]
449
[InlineData(PixelFormat.
Extended
)]
1126
[InlineData(PixelFormat.
Extended
)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
101
[InlineData(PixelFormat.
Extended
)]