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)
253
[InlineData(PixelFormat.
Extended
)]
450
[InlineData(PixelFormat.
Extended
)]
1127
[InlineData(PixelFormat.
Extended
)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
101
[InlineData(PixelFormat.
Extended
)]