1 override of MinimumSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
628
public override Size
MinimumSize
{
3 references to MinimumSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (3)
208
if (prefSize.Height < elementProxy.
MinimumSize
.Height) {
209
prefSize.Height = elementProxy.
MinimumSize
.Height;
629
get { return LayoutUtils.FlipSize(base.
MinimumSize
); }