3 references to SetLayoutBounds
System.Windows.Forms (3)
System\Windows\Forms\Layout\CommonProperties.cs (1)
694/// The <see cref="TableLayout"/> engine now calls <see cref="SetLayoutBounds(IArrangedElement, Size)"/> when it
System\Windows\Forms\Layout\FlowLayout.cs (1)
19CommonProperties.SetLayoutBounds(container, TryCalculatePreferredSize(container, container.DisplayRectangle, measureOnly: false));
System\Windows\Forms\Layout\TableLayout.cs (1)
119CommonProperties.SetLayoutBounds(containerInfo.Container, new Size(SumStrips(containerInfo.Columns, 0, containerInfo.Columns.Length),