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