2 references to AlignAndStretch
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
227
containerProxy.Bounds = LayoutUtils.
AlignAndStretch
(prefSize, cellBounds, anchorStyles);
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1234
Rectangle elementBounds = LayoutUtils.
AlignAndStretch
(GetElementSize(element, cellBounds.Size), cellBounds, anchorStyles);