6 references to new
System.Drawing.Common (2)
System\Drawing\Graphics.cs (1)
3329
using RegionScope dcRegion =
new
(hdc);
System\Drawing\Icon.cs (1)
333
using RegionScope clippingRegion =
new
(hdc);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\DCMapping.cs (1)
55
RegionScope originalRegion =
new
(hdc);
System.Windows.Forms.Primitives.Tests (3)
System\Windows\Forms\DeviceContextScopeTests.cs (1)
46
using RegionScope regionScope =
new
(hdcScope);
Windows\Win32\RegionTests.cs (2)
40
using RegionScope hregion =
new
(hdc);
57
using RegionScope retrievedRegion =
new
(hdc);