3 references to BitsPerPixel16
PresentationCore (3)
Core\CSharp\System\Windows\Media\PixelFormat.cs (3)
994
return PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR;
997
return PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR;
1027
return PixelFormatFlags.
BitsPerPixel16
| PixelFormatFlags.IsSRGB | PixelFormatFlags.IsGray;