4 writes to Inside
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (1)
51
this.
Inside
= src.Inside;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
4334
newLayout.
Inside
= this.normalClientRectangle;
4338
newLayout.
Inside
= this.ClientRectangle;
4438
newLayout.
Inside
= inside;
13 references to Inside
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5163
Invalidate(new Rectangle(this.layout.
Inside
.X, this.layout.
Inside
.Y, this.RowHeadersWidth, this.ColumnHeadersHeight));
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (2)
51
this.Inside = src.
Inside
;
67
sb.Append(
Inside
.ToString());
winforms\Managed\System\WinForms\DataGridViewMethods.cs (9)
932
Debug.Assert(this.layout.Data.Width == this.layout.
Inside
.Width - this.layout.RowHeaders.Width - (this.SingleVerticalBorderAdded ? 1 : 0));
4340
Rectangle inside = newLayout.
Inside
;
9381
if (!this.layout.
Inside
.Contains(x, y))
10020
Invalidate(this.layout.
Inside
);
10496
rightToLeftInternal ? this.layout.
Inside
.X + this.layout.ResizeBoxRect.Width : this.layout.
Inside
.X,
10498
this.layout.
Inside
.Width - this.layout.ResizeBoxRect.Width,
26474
rowsRect.X = this.layout.
Inside
.X;
26475
rowsRect.Y = this.layout.
Inside
.Y;