9 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:
System.Drawing.Common.Tests (5)
System\Drawing\BitmapTests.cs (4)
249[InlineData(PixelFormat.Indexed)] 446[InlineData(PixelFormat.Indexed)] 1123[InlineData(PixelFormat.Indexed)] 1220[InlineData(PixelFormat.Indexed)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
88[InlineData(PixelFormat.Indexed)]