4 references to new
System.Drawing.Common.Tests (4)
System\Drawing\BitmapTests.cs (4)
135
using Bitmap bitmap =
new
(stream, useIcm);
147
AssertExtensions.Throws<ArgumentNullException, ArgumentException>("stream", null, () => new
Bitmap
((Stream)null, false));
155
AssertExtensions.Throws<ArgumentException>(null, () => new
Bitmap
(stream, false));
156
AssertExtensions.Throws<ArgumentException>(null, () => new
Bitmap
(stream, true));