1 write to parentRows
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGrid.cs (1)
338parentRows = new DataGridParentRows(this);
35 references to parentRows
System.Windows.Forms (35)
winforms\Managed\System\WinForms\DataGrid.cs (35)
1327if (!this.parentRows.IsEmpty()) { 1525parentRows.Clear(); 1783return parentRows.AccessibleObject; 2468this.Caption.BackButtonActive = !parentRows.IsEmpty() && (value); 2597return parentRows.BackColor; 2602this.parentRows.BackColor = value; 2608return parentRows.BackBrush; 2626parentRows.BackBrush = DefaultParentRowsBackBrush; 2641return parentRows.ForeColor; 2644this.parentRows.ForeColor = value; 2650return parentRows.ForeBrush; 2668parentRows.ForeBrush = DefaultParentRowsForeBrush; 2871return parentRows.IsEmpty(); 3814Debug.Assert(!parentRows.IsEmpty(), "if the originalState is not null, then parentRows contains at least one row"); 3820while (!parentRows.IsEmpty()) { 3821DataGridState dgs = parentRows.PopTop(); 3834parentRows.AddParent((DataGridState)parentStack.Pop()); 3875parentRows.OnLayout(); 4159parentRows.OnMouseDown(e.X, e.Y, isRightToLeft()); 4293if (parentRows != null) 4295parentRows.OnMouseMove(e.X, e.Y); 4419parentRows.Paint(g, layout.ParentRows, isRightToLeft()); 4471parentRows.OnResize(layout.ParentRows); 4534parentRows.Clear(); 5017parentRows.Clear(); 5369int parentHeight = parentRows.Height; 6863if (!CommitEdit() || parentRows.IsEmpty()) 6879DataGridState newState = parentRows.PopTop(); 6889if (parentRows.GetTopParent() == null) 6947caption.BackButtonActive = (parentRows.GetTopParent() != null) && AllowNavigation; 6949caption.DownButtonActive = (parentRows.GetTopParent() != null); 7032if (parentRows.GetTopParent() == null) { 7036parentRows.AddParent(dgs); 7063if (parentRows.GetTopParent() != null) { 8574parentRows.Clear();