6 references to new
System.Drawing.Common.Tests (4)
mono\System.Drawing.Imaging\IconCodecTests.cs (1)
48
using Bitmap bmp =
new
(image);
System\Drawing\BitmapTests.cs (3)
304
using Bitmap bitmap =
new
(image);
314
Assert.Throws<NullReferenceException>(() => new
Bitmap
((Image)null));
352
AssertExtensions.Throws<ArgumentException>(null, () => new
Bitmap
(image));
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
300
bitmap = new
Bitmap
((Image)original._image);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
147
Bitmap copy =
new
(bitmap);