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