5 references to ComputeConstraintForView
Microsoft.Maui.Controls (5)
LegacyLayouts\StackLayout.cs (5)
97
ComputeConstraintForView
(view, false);
169
ComputeConstraintForView
(child, false);
188
ComputeConstraintForView
(expander, layout.Expanders == 1); // warning : slightly obtuse, but we either need to setup the expander or clear the last one
204
ComputeConstraintForView
(child, false);
223
ComputeConstraintForView
(expander, layout.Expanders == 1);