4 references to Indexed
System.Drawing.Common (4)
System\Drawing\Bitmap.cs (2)
317if ((PixelFormat & PixelFormat.Indexed) != 0) 496if (!format.HasFlag(PixelFormat.Indexed))
System\Drawing\Graphics.cs (1)
132if ((image.PixelFormat & PixelFormat.Indexed) != 0)
System\Drawing\Imaging\BitmapData.cs (1)
61case PixelFormat.Indexed: