5 references to Bmp
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1144
standardImageFormat = ImageFormat.
Bmp
;
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)
4808
this.BackgroundImage.Save(this.backgroundImageFileName, System.Drawing.Imaging.ImageFormat.
Bmp
);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
893
standardImageFormat = ImageFormat.
Bmp
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
740
supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.BMPImageFormat), ImageFormat.
Bmp
));