5 references to
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
730int constrainingHeight = (int)containerInfo.RowStyles[layoutInfo.RowStart].Size; 2109Debug.Assert(containerInfo.RowStyles[k].SizeType == SizeType.Absolute, "column " + k + " is not absolutely sized"); 2112Debug.Assert(containerInfo.RowStyles[k].SizeType == SizeType.Absolute, "column " + k + " is not absolutely sized");
winforms\Managed\System\WinForms\StatusStrip.cs (2)
524RowStyle rowStyle = this.TableLayoutSettings.RowStyles[i]; 543this.TableLayoutSettings.RowStyles[i].SizeType = SizeType.AutoSize;