2 references to CHECKPNGFORMAT
System.Drawing (2)
commonui\System\Drawing\Printing\PrinterSettings.cs (2)
529
int nEscape = imageFormat.Equals(ImageFormat.Jpeg) ? SafeNativeMethods.CHECKJPEGFORMAT : SafeNativeMethods.
CHECKPNGFORMAT
;
571
int nEscape = image.RawFormat.Equals(ImageFormat.Jpeg) ? SafeNativeMethods.CHECKJPEGFORMAT : SafeNativeMethods.
CHECKPNGFORMAT
;