3 references to BitsPerPixel128
PresentationCore (3)
Core\CSharp\System\Windows\Media\PixelFormat.cs (3)
1033
return PixelFormatFlags.
BitsPerPixel128
| PixelFormatFlags.IsScRGB | PixelFormatFlags.ChannelOrderRGB;
1036
return PixelFormatFlags.
BitsPerPixel128
| PixelFormatFlags.IsScRGB | PixelFormatFlags.ChannelOrderARGB;
1039
return PixelFormatFlags.
BitsPerPixel128
| PixelFormatFlags.IsScRGB | PixelFormatFlags.Premultiplied | PixelFormatFlags.ChannelOrderARGB;