8 references to Bitmap
System.Drawing.Common.Tests (4)
System\Drawing\BitmapTests.cs (4)
87
using Bitmap bitmap =
new
(typeof(BitmapTests), "bitmap_173x183_indexed_8bit.bmp");
97
AssertExtensions.Throws<ArgumentNullException, NullReferenceException>("type", () => new
Bitmap
(null, "name"));
107
AssertExtensions.Throws<ArgumentException>(null, () => new
Bitmap
(type, resource));
113
AssertExtensions.Throws<ArgumentNullException, ArgumentException>("resource", null, () => new
Bitmap
(typeof(Bitmap), null));
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (1)
93
_image = new
Bitmap
(typeof(ToolStripPanelSelectionGlyph), fileName);
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
289
Bitmap addNewBitmap =
new
(typeof(DesignBindingPicker), "AddNewDataSource.bmp");
1907
Bitmap images =
new
(typeof(DesignBindingPicker), "DataPickerImages.bmp");
System\Windows\Forms\Design\DesignBindingValueUIHandler.cs (1)
24
_dataBitmap = new
Bitmap
(typeof(DesignBindingValueUIHandler), "BoundProperty.bmp");