2 writes to top
System.Drawing (2)
commonui\System\Drawing\Printing\Margins.cs (2)
68this.top = top; 117top = value;
3 references to top
System.Drawing (3)
commonui\System\Drawing\Printing\Margins.cs (3)
114get { return top;} 211if (doubleTop == 0 && top != 0) { 212doubleTop = (double)top;