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)
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
)]