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