4 references to Xor
System.Drawing.Common.Tests (4)
System\Drawing\RegionTests.cs (4)
2125region.Xor(path); 2138region.Xor(graphicsPath); 2146AssertExtensions.Throws<ArgumentNullException>("path", () => region.Xor((GraphicsPath)null)); 2156AssertExtensions.Throws<ArgumentException>(null, () => disposedRegion.Xor(graphicsPath));