3 references to PAlpha
System.Drawing (3)
commonui\System\Drawing\Advanced\BitmapData.cs (1)
81case PixelFormat.PAlpha:
commonui\System\Drawing\Advanced\PixelFormat.cs (2)
184Format32bppPArgb = 11 | (32 << 8) | (int) Alpha | (int) PAlpha | (int) Gdi, 210Format64bppPArgb = 14 | (64 << 8) | (int) Alpha | (int) PAlpha | (int) Extended,