5 references to Union
System.Drawing (4)
commonui\System\Drawing\Region.cs (4)
362
int status = SafeNativeMethods.Gdip.GdipCombineRegionRect(new HandleRef(this, nativeRegion), ref gprectf, CombineMode.
Union
);
376
int status = SafeNativeMethods.Gdip.GdipCombineRegionRectI(new HandleRef(this, nativeRegion), ref gprect, CombineMode.
Union
);
391
int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.nativePath), CombineMode.
Union
);
407
int status = SafeNativeMethods.Gdip.GdipCombineRegionRegion(new HandleRef(this, nativeRegion), new HandleRef(region, region.nativeRegion), CombineMode.
Union
);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3757
toolstripGraphics.SetClip(transparentRegion,CombineMode.
Union
);