5 writes to Height
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusStrip.cs (2)
494
TableLayoutSettings.RowStyles[0].
Height
= Math.Max(0,this.DisplayRectangle.Height);
525
rowStyle.
Height
= 100; // this width is ignored in AutoSize.
winforms\Managed\System\WinForms\TableLayoutPanel.cs (2)
544
rs.
Height
= (float)Math.Round(lastRowHeight * factor.Height);
547
rs.
Height
= (float)Math.Round(rs.Height * factor.Height);
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
767
this.
Height
= height;
2 references to Height
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
547
rs.Height = (float)Math.Round(rs.
Height
* factor.Height);
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
119
rowStyles.AppendFormat("{0},{1},", rowStyle.SizeType, rowStyle.
Height
);