3 references to BitsPerPixel16
PresentationCore (3)
System\Windows\Media\PixelFormat.cs (3)
939
return PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR;
942
return PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR;
972
return PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.IsGray;