3 references to IntersectSizes
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (2)
6461
newBounds.Size = LayoutUtils.
IntersectSizes
(new Size(proposedWidth,proposedHeight), maximumSize);
11553
Size scaledSize = LayoutUtils.
IntersectSizes
(rawScaledBounds.Size, maximumSize);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2527
maxSize = LayoutUtils.
IntersectSizes
(maxSize, proposedConstraints);