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