6 references to new
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
371
using DeviceContextHdcScope hdc =
new
(graphics, ApplyGraphicsProperties.Clipping);
387
using DeviceContextHdcScope hdc =
new
(graphics, ApplyGraphicsProperties.Clipping);
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (1)
58
bool saveHdcState = false) :
this
(
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3483
using DeviceContextHdcScope toolStripHDC =
new
(toolstripGraphics, ApplyGraphicsProperties.Clipping);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\DeviceContextExtensions.cs (2)
184
IHdcContext hdc =>
new
(hdc, applyProperties),
185
_ =>
new
(new IDeviceContextAdapter(deviceContext), applyProperties)