1 override of SpecifiedSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
632public override Size SpecifiedSize {
2 references to SpecifiedSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
199prefSize = elementProxy.SpecifiedSize; 633get { return LayoutUtils.FlipSize(base.SpecifiedSize); }