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