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)
202prefSize = elementProxy.SpecifiedSize;
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
53public override Size SpecifiedSize => LayoutUtils.FlipSize(base.SpecifiedSize);