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