8 references to FlipSize
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (4)
629get { return LayoutUtils.FlipSize(base.MinimumSize); } 633get { return LayoutUtils.FlipSize(base.SpecifiedSize); } 637return LayoutUtils.FlipSize(base.GetPreferredSize(LayoutUtils.FlipSize(proposedSize)));
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (2)
385rect.Size = FlipSize(rect.Size); 402return condition ? FlipSize(size) : size;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2562maxSize = LayoutUtils.FlipSize( toolStrip.DefaultSize);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
936Size textSize = LayoutUtils.FlipSize(textRect.Size);