6 references to BitsPerPixel32
PresentationCore (6)
Core\CSharp\System\Windows\Media\PixelFormat.cs (6)
1000
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR;
1009
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderBGR;
1012
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderABGR;
1015
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsSRGB | PixelFormatFlags.Premultiplied | PixelFormatFlags.ChannelOrderABGR;
1030
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsScRGB | PixelFormatFlags.IsGray;
1042
return PixelFormatFlags.
BitsPerPixel32
| PixelFormatFlags.IsCMYK;