7 references to Indexed4
PresentationCore (7)
System\Windows\Media\ColorContext.cs (1)
171case PixelFormatEnum.Indexed4:
System\Windows\Media\PixelFormat.cs (5)
200_ when pixelFormatString.Equals("Indexed4", StringComparison.OrdinalIgnoreCase) => PixelFormatEnum.Indexed4, 236PixelFormatEnum.Indexed4 => WICPixelFormatGUIDs.WICPixelFormat4bppIndexed, 534PixelFormatEnum.Indexed4 => PixelFormats.Indexed4, 657PixelFormatEnum.Indexed4 => PixelFormatFlags.BitsPerPixel4 | PixelFormatFlags.Palettized, 689PixelFormatEnum.Indexed4 => 4,
System\Windows\Media\PixelFormats.cs (1)
58return new PixelFormat(PixelFormatEnum.Indexed4);