9 references to Indexed
System.Drawing.Common (4)
System\Drawing\Bitmap.cs (2)
317
if ((PixelFormat & PixelFormat.
Indexed
) != 0)
496
if (!format.HasFlag(PixelFormat.
Indexed
))
System\Drawing\Graphics.cs (1)
132
if ((image.PixelFormat & PixelFormat.
Indexed
) != 0)
System\Drawing\Imaging\BitmapData.cs (1)
61
case PixelFormat.
Indexed
:
System.Drawing.Common.Tests (5)
System\Drawing\BitmapTests.cs (4)
248
[InlineData(PixelFormat.
Indexed
)]
445
[InlineData(PixelFormat.
Indexed
)]
1122
[InlineData(PixelFormat.
Indexed
)]
1219
[InlineData(PixelFormat.
Indexed
)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
88
[InlineData(PixelFormat.
Indexed
)]