2 references to SetSize
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.cs (2)
168
containerInfo.ColumnStyles[0].
SetSize
(Math.Max(oldWidth, Math.Min(proposedConstraints.Width, containerSize.Width)));
196
containerInfo.ColumnStyles[0].
SetSize
(oldWidth);