1 override of Height
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
178public override int Height {
5 writes to Height
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGrid.cs (3)
3828dgs.DataGridRows[i].Height = dgs.DataGridRows[i].MinimumRowHeight(dgs.GridColumnStyles); 5068resizeRow.Height = resizeHeight; 5141row.Height = proposed;
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (2)
189base.Height = value - GetRelationshipRect().Height; 191base.Height = value;
28 references to Height
System.Windows.Forms (28)
winforms\Managed\System\WinForms\DataGrid.cs (21)
4253int bottomRow = topRow + localGridRows[lastRowSelected].Height; 5066if (resizeRow.Height != resizeHeight) 5139int proposed = row.Height + delta; 5277cy += localGridRows[row].Height; 5280int targetRowLogicalBottom = targetRowLogicalTop + localGridRows[targetRow].Height; 5315cy += localGridRows[first].Height; 5484delta += localGridRows[row].Height; 5661cy += localGridRows[i].Height; 5667int height = localGridRows[i].Height; 5768int rowHeight = localGridRows[r].Height; 6293cy += localGridRows[row].Height; 6326localGridRows[row].Height); 6333cy += localGridRows[row].Height; 6346offset += localGridRows[i].Height; 6349offset -= localGridRows[i].Height; 6360return GetRowTop(row) + localGridRows[row].Height; 6451rowBounds.Height = row.Height; 6506int bottomBorder = GetRowTop(ci.row) + localGridRows[ci.row].Height; 6657invalid.Height = this.DataGridRows[rowNumber].Height; 7088origin.Y += localGridRows[r].Height; 7409rowBounds.Height = localGridRows[row].Height;
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (6)
180int height = base.Height; 201cellBounds.Height = base.Height - 1; 230ret.Y = base.Height - this.dgTable.BorderWidth; 532dataBounds.Height = base.Height - bWidth; 778points[1] = new Point(points[0].X, bounds.Y + 2*indent + base.Height); 790int cy = base.Height - this.dgTable.BorderWidth + System.Windows.Forms.DataGridTableStyle.relationshipSpacing;
winforms\Managed\System\WinForms\DataGridRow.cs (1)
249Height - borderWidth);