3 writes to x
System.Drawing (3)
commonui\System\Drawing\Rectangle.cs (3)
57
this.
x
= x;
71
this.
x
= location.X;
133
x
= value;
2 references to x
System.Drawing (2)
commonui\System\Drawing\Rectangle.cs (2)
130
return
x
;
244
return height == 0 && width == 0 &&
x
== 0 && y == 0;