7 references to Gray16
PresentationCore (7)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1162else if (bitsPerPixel <= 16 && format.Format != PixelFormatEnum.Gray16) // For Gray16, one of the RGB Formats is closest
Core\CSharp\System\Windows\Media\PixelFormat.cs (5)
333format = PixelFormatEnum.Gray16; 432case PixelFormatEnum.Gray16: 812case PixelFormatEnum.Gray16: 1026case PixelFormatEnum.Gray16: 1103case PixelFormatEnum.Gray16:
Core\CSharp\System\Windows\Media\PixelFormats.cs (1)
267return new PixelFormat(PixelFormatEnum.Gray16);