1 write to normalClientRectangle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
17892this.normalClientRectangle = this.ClientRectangle;
4 references to normalClientRectangle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
4332if (this.normalClientRectangle.Width > 0 || this.normalClientRectangle.Height > 0) 4334newLayout.Inside = this.normalClientRectangle; 17895Rectangle newClientRectangle = this.normalClientRectangle;