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