6 references to Exclude
System.Drawing (6)
commonui\System\Drawing\Graphics.cs (2)
4065rect.Width, rect.Height, CombineMode.Exclude); 4081CombineMode.Exclude);
commonui\System\Drawing\Region.cs (4)
479int status = SafeNativeMethods.Gdip.GdipCombineRegionRect(new HandleRef(this, nativeRegion), ref gprectf, CombineMode.Exclude); 493int status = SafeNativeMethods.Gdip.GdipCombineRegionRectI(new HandleRef(this, nativeRegion), ref gprect, CombineMode.Exclude); 509CombineMode.Exclude); 525CombineMode.Exclude);