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