3 references to ApplySizeConstraints
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
2061proposedSize = ApplySizeConstraints(proposedSize); 2087preferredSize = ApplySizeConstraints(preferredSize);
System\Windows\Forms\Layout\DefaultLayout.cs (1)
521newElementBounds.Size = control.ApplySizeConstraints(newElementBounds.Size);