2 writes to height
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridRow.cs (2)
85height = MinimumRowHeight(dgTable); 175height = Math.Max(0, value);
1 reference to height
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridRow.cs (1)
168return height;