2 writes to bottom
System.Drawing (2)
commonui\System\Drawing\Printing\Margins.cs (2)
69this.bottom = bottom; 132bottom = value;
3 references to bottom
System.Drawing (3)
commonui\System\Drawing\Printing\Margins.cs (3)
129get { return bottom;} 215if (doubleBottom == 0 && bottom != 0) { 216doubleBottom = (double)bottom;