2 references to Extended
System.Drawing.Common (2)
System\Drawing\Image.cs (1)
789public static bool IsExtendedPixelFormat(PixelFormat pixfmt) => (pixfmt & PixelFormat.Extended) != 0;
System\Drawing\Imaging\BitmapData.cs (1)
74case PixelFormat.Extended: