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