System\Drawing\Drawing2D\MatrixTests.cs (4)
561AssertExtensions.Throws<ArgumentException>(null, () => matrix.Shear(1, 2, order));
616matrix.Shear(shearX, shearY, order);
627AssertExtensions.Throws<ArgumentException>(null, () => matrix.Shear(1, 2, order));
636AssertExtensions.Throws<ArgumentException>(null, () => disposedMatrix.Shear(1, 2, MatrixOrder.Append));