3 writes to width
System.Drawing (3)
commonui\System\Drawing\Rectangle.cs (3)
59this.width = width; 73this.width = size.Width; 161width = value;
2 references to width
System.Drawing (2)
commonui\System\Drawing\Rectangle.cs (2)
158return width; 244return height == 0 && width == 0 && x == 0 && y == 0;