11 references to Save
System.Drawing.Common.Tests (9)
mono\System.Drawing.Imaging\BmpCodecTests.cs (1)
440bmp.Save(sOutFile, ImageFormat.Bmp);
mono\System.Drawing.Imaging\GifCodecTests.cs (1)
194bmp.Save(sOutFile, ImageFormat.Gif);
mono\System.Drawing.Imaging\IconCodecTests.cs (1)
1880bmp.Save(sOutFile, ImageFormat.Icon);
mono\System.Drawing.Imaging\JpegCodecTests.cs (1)
359bmp.Save(sOutFile, ImageFormat.Jpeg);
mono\System.Drawing.Imaging\PngCodecTests.cs (1)
580bmp.Save(sOutFile, ImageFormat.Png);
mono\System.Drawing.Imaging\TiffCodecTests.cs (1)
251bmp.Save(sOutFile, ImageFormat.Tiff);
System\Drawing\BitmapTests.cs (2)
742bitmapFromWmf.Save(output, ImageFormat.Png); 1569bitmap.Save(path, ImageFormat.Png);
System\Drawing\ImageAnimator.ManualTests.cs (1)
60animation.Save(Path.Combine(testOutputFolder, $"{++frameIndexes[imageName]}_{timestamp}.jpg"), ImageFormat.Jpeg);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5126BackgroundImage.Save(_backgroundImageFileName, Drawing.Imaging.ImageFormat.Bmp);
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ScreenshotService.cs (1)
36bitmap.Save(fullPath, ImageFormat.Png);