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