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