4 writes to width
System.Drawing (4)
commonui\System\Drawing\Advanced\SizeF.cs (4)
52width = size.width; 67width = pt.X; 82this.width = width; 166width = value;
4 references to width
System.Drawing (4)
commonui\System\Drawing\Advanced\SizeF.cs (4)
52width = size.width; 147return width == 0 && height == 0; 163return width; 260return "{Width=" + width.ToString(CultureInfo.CurrentCulture) + ", Height=" + height.ToString(CultureInfo.CurrentCulture) + "}";