1 write to _minMargins
System.Windows.Forms (1)
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
104
set =>
_minMargins
= value ?? new Margins(0, 0, 0, 0);
7 references to _minMargins
System.Windows.Forms (7)
System\Windows\Forms\Printing\PageSetupDialog.cs (7)
103
get =>
_minMargins
;
193
if (
_minMargins
is not null)
231
_minMargins
is not null
232
&& (
_minMargins
.Left != 0
233
||
_minMargins
.Right != 0
234
||
_minMargins
.Top != 0
235
||
_minMargins
.Bottom != 0);