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