3 references to ChannelOrderABGR
PresentationCore (3)
System\Windows\Media\PixelFormat.cs (3)
630return ((FormatFlags & PixelFormatFlags.ChannelOrderABGR) != 0 || 957return PixelFormatFlags.BitsPerPixel32 | PixelFormatFlags.IsSRGB | PixelFormatFlags.ChannelOrderABGR; 960return PixelFormatFlags.BitsPerPixel32 | PixelFormatFlags.IsSRGB | PixelFormatFlags.Premultiplied | PixelFormatFlags.ChannelOrderABGR;