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