7 references to Gray16
PresentationCore (7)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1067else if (bitsPerPixel <= 16 && format.Format != PixelFormatEnum.Gray16) // For Gray16, one of the RGB Formats is closest
System\Windows\Media\PixelFormat.cs (5)
312format = PixelFormatEnum.Gray16; 411case PixelFormatEnum.Gray16: 770case PixelFormatEnum.Gray16: 984case PixelFormatEnum.Gray16: 1061case PixelFormatEnum.Gray16:
System\Windows\Media\PixelFormats.cs (1)
266return new PixelFormat(PixelFormatEnum.Gray16);