2 writes to _hdc
System.Drawing.Common (2)
System\Drawing\Printing\PreviewPrintController.cs (2)
37_hdc = new(document.PrinterSettings.CreateInformationContext(_modeHandle ?? HGLOBAL.Null)); 112_hdc = null;
2 references to _hdc
System.Drawing.Common (2)
System\Drawing\Printing\PreviewPrintController.cs (2)
58HDC hdc = _hdc ?? HDC.Null; 111_hdc?.Dispose();