2 references to CreateInformationContext
System.Drawing.Common (2)
System\Drawing\Printing\PreviewPrintController.cs (1)
37
_hdc = new(document.PrinterSettings.
CreateInformationContext
(_modeHandle ?? HGLOBAL.Null));
System\Drawing\Printing\PrinterSettings.cs (1)
473
return
CreateInformationContext
(modeHandle);