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)
58
HDC hdc =
_hdc
?? HDC.Null;
111
_hdc
?.Dispose();