4 writes to RowHeaders
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (1)
495
this.layout.
RowHeaders
= Rectangle.Empty;
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (1)
50
this.
RowHeaders
= src.RowHeaders;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
4383
newLayout.
RowHeaders
= rowHeaders;
4411
newLayout.
RowHeaders
= Rectangle.Empty;
32 references to RowHeaders
System.Windows.Forms (32)
winforms\Managed\System\WinForms\DataGridView.cs (1)
4960
Invalidate(this.layout.
RowHeaders
);
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (2)
50
this.RowHeaders = src.
RowHeaders
;
76
sb.Append(
RowHeaders
.ToString());
winforms\Managed\System\WinForms\DataGridViewMethods.cs (29)
932
Debug.Assert(this.layout.Data.Width == this.layout.Inside.Width - this.layout.
RowHeaders
.Width - (this.SingleVerticalBorderAdded ? 1 : 0));
2775
Rectangle clip = Rectangle.Union(this.layout.
RowHeaders
, this.layout.Data);
2808
Rectangle clip = Rectangle.Union(this.layout.
RowHeaders
, this.layout.Data);
4915
columnX = this.layout.
RowHeaders
.Left - 1;
4919
columnX = this.layout.
RowHeaders
.Left;
6325
delta = this.layout.
RowHeaders
.Right - this.RowHeadersWidth - x - 1;
6330
delta = x - this.layout.
RowHeaders
.X - this.RowHeadersWidth + 1;
7115
columnRect = this.layout.
RowHeaders
;
8662
rectScrollingArea = Rectangle.Union(rectScrollingArea, this.layout.
RowHeaders
);
9187
rowRect.Width += this.layout.
RowHeaders
.Width;
9190
rowRect.X -= this.layout.
RowHeaders
.Width;
9543
if (this.layout.
RowHeaders
.Contains(x, y))
9557
hti.colStart = this.layout.
RowHeaders
.Right-1;
9561
hti.colStart = this.layout.
RowHeaders
.Left;
9600
else if ((!this.RightToLeftInternal && this.layout.
RowHeaders
.Right - x < DATAGRIDVIEW_columnSizingHotZone) ||
9601
(this.RightToLeftInternal && x - this.layout.
RowHeaders
.Left < DATAGRIDVIEW_columnSizingHotZone))
9609
hti.mouseBarOffset = this.layout.
RowHeaders
.Left - x - 1;
9613
hti.mouseBarOffset = this.layout.
RowHeaders
.Right - x - 1;
10375
this.layout.
RowHeaders
.Height -= horizScrollBarHeight;
10376
Debug.Assert(this.layout.
RowHeaders
.Height >= 0);
17192
gridRect = Rectangle.Union(gridRect, this.layout.
RowHeaders
);
18650
Invalidate(Rectangle.Union(this.layout.TopLeftHeader, this.layout.
RowHeaders
));
19799
rcNextRows.X += this.layout.
RowHeaders
.Width;
19801
rcNextRows.Width -= this.layout.
RowHeaders
.Width;
26437
rowsRect = Rectangle.Union(rowsRect, this.layout.
RowHeaders
);
26476
rowsRect.Width = this.layout.
RowHeaders
.Width;
29015
Invalidate(this.layout.
RowHeaders
);
29061
bottomArea = Rectangle.Union(bottomArea, this.layout.
RowHeaders
);
29125
bottomArea = Rectangle.Union(bottomArea, this.layout.
RowHeaders
);