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