1 override of MinimumSize
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
51
public override Size
MinimumSize
=> LayoutUtils.FlipSize(base.MinimumSize);
3 references to MinimumSize
System.Windows.Forms (3)
System\Windows\Forms\Layout\FlowLayout.cs (2)
211
if (prefSize.Height < elementProxy.
MinimumSize
.Height)
213
prefSize.Height = elementProxy.
MinimumSize
.Height;
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
51
public override Size MinimumSize => LayoutUtils.FlipSize(base.
MinimumSize
);