7 references to Indexed1
PresentationCore (7)
System\Windows\Media\ColorContext.cs (1)
169
case PixelFormatEnum.
Indexed1
:
System\Windows\Media\PixelFormat.cs (5)
198
_ when pixelFormatString.Equals("Indexed1", StringComparison.OrdinalIgnoreCase) => PixelFormatEnum.
Indexed1
,
234
PixelFormatEnum.
Indexed1
=> WICPixelFormatGUIDs.WICPixelFormat1bppIndexed,
532
PixelFormatEnum.
Indexed1
=> PixelFormats.Indexed1,
655
PixelFormatEnum.
Indexed1
=> PixelFormatFlags.BitsPerPixel1 | PixelFormatFlags.Palettized,
687
PixelFormatEnum.
Indexed1
=> 1,
System\Windows\Media\PixelFormats.cs (1)
36
return new PixelFormat(PixelFormatEnum.
Indexed1
);