1 write to textRegionHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
344textRegionHeight = (int)dataGrid.Font.Height + 2;
1 reference to textRegionHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
366height = Math.Max(colsHeight, textRegionHeight);