2 references to FlipRectangle
System.Windows.Forms (2)
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
46set => base.Bounds = LayoutUtils.FlipRectangle(value);
System\Windows\Forms\Layout\LayoutUtils.cs (1)
450return condition ? FlipRectangle(rect) : rect;