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;
4 references to 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
);