3 references to IntersectSizes
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
5158Size = LayoutUtils.IntersectSizes(new Size(proposedWidth, proposedHeight), maximumSize) 9741Size scaledSize = LayoutUtils.IntersectSizes(rawScaledBounds.Size, maximumSize);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2328maxSize = LayoutUtils.IntersectSizes(maxSize, proposedConstraints);