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