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