5 references to Bmp
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1144standardImageFormat = 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)
4808this.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)
740supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.BMPImageFormat), ImageFormat.Bmp));