3 references to new
System.Drawing.Common (3)
System\Drawing\Printing\DefaultPrintController.cs (1)
32
_hdc =
new
(document.PrinterSettings.CreateDeviceContext(_modeHandle));
System\Drawing\Printing\PreviewPrintController.cs (1)
37
_hdc =
new
(document.PrinterSettings.CreateInformationContext(_modeHandle ?? HGLOBAL.Null));
System\Drawing\Printing\PrinterSettings.cs (1)
510
g.PrintingHelper = new
HdcHandle
(hdc); // Graphics will dispose of the DeviceContext.