2 writes to hDevMode
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintDialog.cs (2)
366
dialogSettings.
hDevMode
= PageSettings is null
377
dialogSettings.
hDevMode
= HGLOBAL.Null;
5 references to hDevMode
System.Drawing.Common (1)
System\Drawing\Printing\PrinterSettings.cs (1)
582
PInvokeCore.GlobalFree(dialogSettings.
hDevMode
);
System.Windows.Forms (4)
System\Windows\Forms\Printing\PrintDialog.cs (4)
374
Debug.Assert(dialogSettings.
hDevMode
.IsNull && dialogSettings.hDevNames.IsNull);
422
dialogSettings.
hDevMode
,
451
if (!dialogSettings.
hDevMode
.IsNull)
453
PInvokeCore.GlobalFree(dialogSettings.
hDevMode
);