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