2 writes to allowMargins
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
68
allowMargins
= value;
286
allowMargins
= true;
2 references to allowMargins
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
65
return
allowMargins
;
265
if (!
allowMargins
) flags |= NativeMethods.PSD_DISABLEMARGINS;