2 writes to width
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
532width = defaultSize.Width; 12573this.width = width;
19 references to width
System.Windows.Forms (19)
winforms\Managed\System\WinForms\Control.cs (19)
540if (width != 0 && height != 0) { 547clientWidth = width - (rect.right - rect.left); 1372return new Rectangle(x, y, width, height); 1869cp.Width = width; 2917SetBounds(x, y, width, value, BoundsSpecified.Height); 3218SetBounds(value, y, width, height, BoundsSpecified.X); 3236SetBounds(value.X, value.Y, width, height, BoundsSpecified.Location); 3725return x + width; 3893return new Size(width, height); 4105SetBounds(x, value, width, height, BoundsSpecified.Y); 4459return width; 11586int sw = width; 11588sw = (int)(Math.Round((x + width) * dx)) - sx; 11804if (this.x != x || this.y != y || this.width != width || 11825if ((specified & BoundsSpecified.Width) == BoundsSpecified.None) width = this.width; 11827if (this.x != x || this.y != y || this.width != width || 11870if (this.x != x || this.y != y || this.width != width || this.height != height) { 11890if (this.width == width && this.height == height) { 12460return width != s.Width || height != s.Height;