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