3 writes to clientWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
547clientWidth = width - (rect.right - rect.left); 11941clientWidth = x; 12575this.clientWidth = clientWidth;
4 references to clientWidth
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;