7 references to Indexed2
PresentationCore (7)
System\Windows\Media\ColorContext.cs (1)
170case PixelFormatEnum.Indexed2:
System\Windows\Media\PixelFormat.cs (5)
199_ when pixelFormatString.Equals("Indexed2", StringComparison.OrdinalIgnoreCase) => PixelFormatEnum.Indexed2, 235PixelFormatEnum.Indexed2 => WICPixelFormatGUIDs.WICPixelFormat2bppIndexed, 533PixelFormatEnum.Indexed2 => PixelFormats.Indexed2, 656PixelFormatEnum.Indexed2 => PixelFormatFlags.BitsPerPixel2 | PixelFormatFlags.Palettized, 688PixelFormatEnum.Indexed2 => 2,
System\Windows\Media\PixelFormats.cs (1)
47return new PixelFormat(PixelFormatEnum.Indexed2);