6 references to Extended
System.Drawing (6)
commonui\System\Drawing\Advanced\BitmapData.cs (1)
83case PixelFormat.Extended:
commonui\System\Drawing\Advanced\PixelFormat.cs (4)
120Format16bppGrayScale = 4 | (16 << 8) | (int) Extended, 191Format48bppRgb = 12 | (48 << 8) | (int) Extended, 200Format64bppArgb = 13 | (64 << 8) | (int) Alpha | (int) Canonical | (int) Extended, 210Format64bppPArgb = 14 | (64 << 8) | (int) Alpha | (int) PAlpha | (int) Extended,
commonui\System\Drawing\Image.cs (1)
1385return(pixfmt & PixelFormat.Extended) != 0;