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