2 references to ResolveChildMeasureConstraint
Microsoft.Maui (2)
Layouts\AbsoluteLayoutManager.cs (2)
41
var measureWidth =
ResolveChildMeasureConstraint
(bounds.Width, isWidthProportional, widthConstraint);
42
var measureHeight =
ResolveChildMeasureConstraint
(bounds.Height, isHeightProportional, heightConstraint);