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