5 references to new
System.Drawing.Common.Tests (5)
System\Drawing\Imaging\MetafileTests.cs (5)
451using (Metafile metafile = new(fileName, g.GetHdc(), _rectangleF)) 617AssertExtensions.Throws<ArgumentException>(null, () => new Metafile(fileName, IntPtr.Zero, _rectangleF)); 681AssertExtensions.Throws<ArgumentNullException>("path", () => new Metafile((string)null, referenceHdc, _rectangleF)); 698AssertExtensions.Throws<ArgumentException, ArgumentException>("path", null, () => new Metafile(fileName, referenceHdc, _rectangleF)); 714Assert.Throws<PathTooLongException>(() => new Metafile(fileName, referenceHdc, _rectangleF));