7 references to Gray32Float
PresentationCore (7)
System\Windows\Media\ColorContext.cs (1)
192case PixelFormatEnum.Gray32Float:
System\Windows\Media\PixelFormat.cs (5)
218_ when pixelFormatString.Equals("Gray32Float", StringComparison.OrdinalIgnoreCase) => PixelFormatEnum.Gray32Float, 254PixelFormatEnum.Gray32Float => WICPixelFormatGUIDs.WICPixelFormat32bppGrayFloat, 552PixelFormatEnum.Gray32Float => PixelFormats.Gray32Float, 675PixelFormatEnum.Gray32Float => PixelFormatFlags.BitsPerPixel32 | PixelFormatFlags.IsScRGB | PixelFormatFlags.IsGray, 702PixelFormatEnum.Gray32Float => 32,
System\Windows\Media\PixelFormats.cs (1)
267return new PixelFormat(PixelFormatEnum.Gray32Float);