2 writes to height
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
533height = defaultSize.Height; 12574this.height = height;
19 references to height
System.Windows.Forms (19)
winforms\Managed\System\WinForms\Control.cs (19)
540if (width != 0 && height != 0) { 548clientHeight = height - (rect.bottom - rect.top); 1355return y + height; 1372return new Rectangle(x, y, width, height); 1870cp.Height = height; 2914return height; 3218SetBounds(value, y, width, height, BoundsSpecified.X); 3236SetBounds(value.X, value.Y, width, height, BoundsSpecified.Location); 3893return new Size(width, height); 4105SetBounds(x, value, width, height, BoundsSpecified.Y); 4462SetBounds(x, y, value, height, BoundsSpecified.Width); 11590int sh = height; 11592sh = (int)(Math.Round((y + height) * dy)) - sy; 11805this.height != height) { 11826if ((specified & BoundsSpecified.Height) == BoundsSpecified.None) height = this.height; 11828this.height != height) { 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;