6 references to Xor
System.Drawing.Common.Tests (6)
System\Drawing\RegionTests.cs (6)
2037region.Xor(other); 2051region.Xor(other); 2066AssertExtensions.Throws<ArgumentNullException>("region", () => region.Xor((Region)null)); 2073AssertExtensions.Throws<ArgumentException>(null, () => region.Xor(CreateDisposedRegion())); 2080Assert.Throws<InvalidOperationException>(() => region.Xor(region)); 2159AssertExtensions.Throws<ArgumentException>(null, () => disposedRegion.Xor(other));