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