12 references to new
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
8782using RegionScope hClippingRegion = new(
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (3)
117using RegionScope hTotalRegion = new(0, 0, Width, Height); 118using RegionScope hClientRegion = new( 123using RegionScope hNonClientRegion = new(0, 0, 0, 0);
System\Windows\Forms\MDI\MDIClient.cs (2)
288using RegionScope rgn1 = new(0, 0, bounds.Width, bounds.Height); 289using RegionScope rgn2 = new(
System\Windows\Forms\Rendering\DCMapping.cs (1)
46RegionScope clippingRegion = new(
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
294using RegionScope hrgn = new(0, 0, 0, 0);
System\Windows\Forms\Design\ControlDesigner.cs (1)
2066using var hrgn = new RegionScope(0, 0, 0, 0);
System.Windows.Forms.Primitives.Tests (3)
System\Windows\Forms\DeviceContextScopeTests.cs (2)
24using RegionScope dcRegion = new(2, 1, 4, 7); 28using RegionScope test = new(0, 0, 0, 0);
Windows\Win32\RegionTests.cs (1)
21using RegionScope hregion = new(0, 0, 0, 0);