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