3 writes to ClientRectangle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
498this.layout.ClientRectangle = this.ClientRectangle;
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (1)
47this.ClientRectangle = src.ClientRectangle;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
17941this.layout.ClientRectangle = newClientRectangle;
4 references to ClientRectangle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (2)
47this.ClientRectangle = src.ClientRectangle; 64sb.Append(ClientRectangle.ToString());
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
17145PaintBorder(g, clipRect, this.layout.ClientRectangle); 17877Rectangle oldClientRectangle = this.layout.ClientRectangle;