1 override of MinimumRowHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
71internal protected override int MinimumRowHeight(DataGridTableStyle dgTable) {
2 references to MinimumRowHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
79return base.MinimumRowHeight(dgTable) + (this.expanded ? GetRelationshipRect().Height : 0);
winforms\Managed\System\WinForms\DataGridRow.cs (1)
85height = MinimumRowHeight(dgTable);