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