4 references to Save
System.Drawing (1)
commonui\System\Drawing\Image.cs (1)
567Save( filename, RawFormat );
System.Web.Mobile (1)
UI\MobileControls\Design\Util\TemporaryBitmapFile.cs (1)
66_bitmap.Save(_path, ImageFormat.Bmp);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
4808this.BackgroundImage.Save(this.backgroundImageFileName, System.Drawing.Imaging.ImageFormat.Bmp);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
975workflowBitmap.Save(imageFile, imageFormat);