3 writes to y
System.Drawing (3)
commonui\System\Drawing\Rectangle.cs (3)
58
this.
y
= y;
72
this.
y
= location.Y;
147
y
= value;
2 references to y
System.Drawing (2)
commonui\System\Drawing\Rectangle.cs (2)
144
return
y
;
244
return height == 0 && width == 0 && x == 0 &&
y
== 0;