3 references to ImageFormatJPEG
System.Drawing.Common (2)
System\Drawing\Imaging\ImageFormat.cs (2)
21private static readonly ImageFormat s_jpeg = new(PInvokeCore.ImageFormatJPEG); 156if (Guid == PInvokeCore.ImageFormatJPEG)
System.Private.Windows.GdiPlus (1)
System\Drawing\CoreImageExtensions.cs (1)
40if (format == PInvokeCore.ImageFormatJPEG || encoder == Guid.Empty)