2 references to BitsPerPixel64
PresentationCore (2)
Core\CSharp\System\Windows\Media\PixelFormat.cs (2)
1021
return PixelFormatFlags.
BitsPerPixel64
| PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderARGB;
1024
return PixelFormatFlags.
BitsPerPixel64
| PixelFormatFlags.IsSRGB | PixelFormatFlags.Premultiplied | PixelFormatFlags.ChannelOrderARGB;