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