3 references to GetRegionScope
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3311
using var graphicsRegion = applyClipping ? clipRegion!.
GetRegionScope
(this) : default;
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
5912
using RegionScope regionHandle = region.
GetRegionScope
(graphics);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
371
using RegionScope windowRegionHandle = windowRegion.
GetRegionScope
(g);