3 references to TryCalculatePreferredSize
System.Windows.Forms (3)
System\Windows\Forms\Layout\FlowLayout.cs (3)
19CommonProperties.SetLayoutBounds(container, TryCalculatePreferredSize(container, container.DisplayRectangle, measureOnly: false)); 26Size prefSize = TryCalculatePreferredSize(container, measureBounds, measureOnly: true); 34prefSize = TryCalculatePreferredSize(container, measureBounds, measureOnly: true);