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