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