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