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