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