4 writes to doubleBottom
System.Drawing (4)
commonui\System\Drawing\Printing\Margins.cs (4)
74
this.
doubleBottom
= (double)bottom;
133
this.
doubleBottom
= (double)value;
197
doubleBottom
= value;
216
doubleBottom
= (double)bottom;
2 references to doubleBottom
System.Drawing (2)
commonui\System\Drawing\Printing\Margins.cs (2)
194
get { return
doubleBottom
; }
215
if (
doubleBottom
== 0 && bottom != 0) {