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