7 references to Indexed8
PresentationCore (7)
System\Windows\Media\ColorContext.cs (1)
172case PixelFormatEnum.Indexed8:
System\Windows\Media\PixelFormat.cs (5)
201_ when pixelFormatString.Equals("Indexed8", StringComparison.OrdinalIgnoreCase) => PixelFormatEnum.Indexed8, 237PixelFormatEnum.Indexed8 => WICPixelFormatGUIDs.WICPixelFormat8bppIndexed, 535PixelFormatEnum.Indexed8 => PixelFormats.Indexed8, 658PixelFormatEnum.Indexed8 => PixelFormatFlags.BitsPerPixel8 | PixelFormatFlags.Palettized, 690PixelFormatEnum.Indexed8 => 8,
System\Windows\Media\PixelFormats.cs (1)
69return new PixelFormat(PixelFormatEnum.Indexed8);