4 references to ApplySizeConstraints
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
2130
proposedSize =
ApplySizeConstraints
(proposedSize);
2156
preferredSize =
ApplySizeConstraints
(preferredSize);
System\Windows\Forms\Layout\DefaultLayout.cs (1)
520
newElementBounds.Size = control.
ApplySizeConstraints
(newElementBounds.Size);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Internals.cs (1)
201
Size actualSize = control.
ApplySizeConstraints
(expectedSize);