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