5 references to Bmp
System.Drawing.Common (3)
System\Drawing\ImageFormatConverter.cs (3)
48
return ImageFormat.
Bmp
;
87
if (imgFormat.Guid.Equals(ImageFormat.
Bmp
.Guid))
128
ImageFormat.
Bmp
,
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5172
BackgroundImage.Save(_backgroundImageFileName, Drawing.Imaging.ImageFormat.
Bmp
);
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
150
IntermediateFormat = SDI.ImageFormat.
Bmp
;