2 writes to marginBottom
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
394
data.
marginBottom
= margins.Bottom;
403
data.
marginBottom
= Math.Max(data.marginBottom, data.minMarginBottom);
2 references to marginBottom
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
338
newMargins.Bottom = data.
marginBottom
;
403
data.marginBottom = Math.Max(data.
marginBottom
, data.minMarginBottom);