3 writes to clientHeight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
548
clientHeight
= height - (rect.bottom - rect.top);
11942
clientHeight
= y;
12576
this.
clientHeight
= clientHeight;
4 references to clientHeight
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
1597
return new Rectangle(0, 0, clientWidth,
clientHeight
);
1613
return new Size(clientWidth,
clientHeight
);
2285
return new Rectangle(0, 0, clientWidth,
clientHeight
);
12569
this.clientWidth != clientWidth || this.
clientHeight
!= clientHeight;