3 references to BitsPerPixel16
PresentationCore (3)
System\Windows\Media\PixelFormat.cs (3)
664
PixelFormatEnum.Bgr555 => PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR,
665
PixelFormatEnum.Bgr565 => PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR,
675
PixelFormatEnum.Gray16 => PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.IsGray,