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