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