12 references to Png
System.Drawing (5)
commonui\System\Drawing\Image.cs (3)
582
codec = ImageFormat.
Png
.FindEncoder();
650
dest = ImageFormat.
Png
;
658
codec = ImageFormat.
Png
.FindEncoder();
commonui\System\Drawing\Printing\PrinterSettings.cs (2)
528
if (imageFormat.Equals(ImageFormat.Jpeg) || imageFormat.Equals(ImageFormat.
Png
)) {
560
if (image.RawFormat.Equals(ImageFormat.Jpeg) || image.RawFormat.Equals(ImageFormat.
Png
)) {
System.Web.DataVisualization (3)
Common\Utilities\XmlSerializer.cs (1)
672
image.Save(imageStream, ImageFormat.
Png
);
WebForm\ChartWebControl.cs (2)
1139
ImageFormat standardImageFormat = ImageFormat.
Png
;
1160
standardImageFormat = ImageFormat.
Png
;
System.Windows.Forms.DataVisualization (3)
Common\Utilities\XmlSerializer.cs (1)
672
image.Save(imageStream, ImageFormat.
Png
);
WinForm\ChartWinControl.cs (2)
888
ImageFormat standardImageFormat = ImageFormat.
Png
;
902
standardImageFormat = ImageFormat.
Png
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
742
supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.PNGImageFormat), ImageFormat.
Png
));