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