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