2 overrides of IsVertical
System.Windows.Forms (2)
System\Windows\Forms\Layout\FlowLayout.BottomUpProxy.cs (1)
37
protected override bool
IsVertical
=> true;
System\Windows\Forms\Layout\FlowLayout.TopDownProxy.cs (1)
21
protected override bool
IsVertical
=> true;
5 references to IsVertical
System.Windows.Forms (5)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (5)
52
if (
IsVertical
)
68
if (
IsVertical
)
103
_displayRect = LayoutUtils.FlipRectangleIf(
IsVertical
, value);
117
_elementProxy ??=
IsVertical
? new VerticalElementProxy() : new ElementProxy();
146
if (
IsVertical
)