3 writes to width
System.Drawing (3)
commonui\System\Drawing\Size.cs (3)
55
width
= pt.X;
68
this.
width
= width;
157
width
= value;
6 references to width
System.Drawing (6)
commonui\System\Drawing\Size.cs (6)
138
return
width
== 0 && height == 0;
154
return
width
;
238
return (comp.
width
== this.
width
) &&
249
return
width
^ height;
260
return "{Width=" +
width
.ToString(CultureInfo.CurrentCulture) + ", Height=" + height.ToString(CultureInfo.CurrentCulture) + "}";