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