4 writes to ParentRows
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (4)
5375newLayout.ParentRows = parents; 5378newLayout.ParentRows = Rectangle.Empty; 5739newLayout.ParentRows = new Rectangle(); 9266this.ParentRows = src.ParentRows;
15 references to ParentRows
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGrid.cs (15)
1789return layout.ParentRows; 1905Invalidate(layout.ParentRows); 4417Debug.WriteLineIf(CompModSwitches.DataGridParents.TraceVerbose, "DataGridParents: Painting ParentRows " + layout.ParentRows.ToString()); 4418g.FillRectangle(SystemBrushes.AppWorkspace, layout.ParentRows); 4419parentRows.Paint(g, layout.ParentRows, isRightToLeft()); 4471parentRows.OnResize(layout.ParentRows); 5368Rectangle parents = newLayout.ParentRows; 6472if (layout.ParentRowsVisible && layout.ParentRows.Contains(x,y)) { 6621Invalidate(layout.ParentRows); 6629Rectangle parentRowsRect = layout.ParentRows; 8846Rectangle parentRowsRect = layout.ParentRows; 8881NativeMethods.RECT scrollRECT = NativeMethods.RECT.FromXYWH(underParentRows.X, underParentRows.Y - layout.ParentRows.Height, underParentRows.Width, underParentRows.Height + layout.ParentRows.Height); 9266this.ParentRows = src.ParentRows; 9298sb.Append(ParentRows.ToString());