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)
58
Debug.Assert(
_hdc
is not null);
59
HDC hdc =
_hdc
?? HDC.Null;
112
_hdc
?.Dispose();