8 references to Invert
System.Drawing.Common.Tests (8)
System\Drawing\Drawing2D\MatrixTests.cs (8)
244matrix.Invert(); 261AssertExtensions.Throws<ArgumentException>(null, matrix1.Invert); 262AssertExtensions.Throws<ArgumentException>(null, matrix2.Invert); 263AssertExtensions.Throws<ArgumentException>(null, matrix3.Invert); 264AssertExtensions.Throws<ArgumentException>(null, matrix4.Invert); 265AssertExtensions.Throws<ArgumentException>(null, matrix5.Invert); 266AssertExtensions.Throws<ArgumentException>(null, matrix6.Invert); 272AssertExtensions.Throws<ArgumentException>(null, () => CreateDisposedMatrix().Invert());