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