1 override of SpecifiedSize
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
53public override Size SpecifiedSize => LayoutUtils.FlipSize(base.SpecifiedSize);
2 references to SpecifiedSize
System.Windows.Forms (2)
System\Windows\Forms\Layout\FlowLayout.cs (1)
203prefSize = elementProxy.SpecifiedSize;
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
53public override Size SpecifiedSize => LayoutUtils.FlipSize(base.SpecifiedSize);