5 references to Bitmap
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
759itemBitmap = new Bitmap(itemBitmap, new Size(iconWidth, iconHeight));
System.Web.DataVisualization (1)
Common\Utilities\ImageLoader.cs (1)
412Bitmap scaledImage = new Bitmap(image, new Size((int)(image.Width * graphics.DpiX / image.HorizontalResolution),
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (1)
471bitmap = new Bitmap(source, ImageSize);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2067bitmap = new Bitmap(bitmap, new Size(16,16));
System.Windows.Forms.DataVisualization (1)
Common\Utilities\ImageLoader.cs (1)
412Bitmap scaledImage = new Bitmap(image, new Size((int)(image.Width * graphics.DpiX / image.HorizontalResolution),