3 references to FlipSizeIf
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (2)
662
proposedSize = LayoutUtils.
FlipSizeIf
(VerticalText, proposedSize);
682
return LayoutUtils.
FlipSizeIf
(VerticalText, textSize);
System\Windows\Forms\Layout\FlowLayout.cs (1)
104
return LayoutUtils.
FlipSizeIf
(flowDirection == FlowDirection.TopDown || GetFlowDirection(container) == FlowDirection.BottomUp, layoutSize);