1 override of MinimumRowHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
60internal protected override int MinimumRowHeight(GridColumnStylesCollection cols) {
3 references to MinimumRowHeight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (1)
3828dgs.DataGridRows[i].Height = dgs.DataGridRows[i].MinimumRowHeight(dgs.GridColumnStyles);
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
68return base.MinimumRowHeight(cols) + (this.expanded ? GetRelationshipRect().Height : 0);
winforms\Managed\System\WinForms\DataGridRow.cs (1)
102return MinimumRowHeight(dgTable.GridColumnStyles);