3 references to FromExpression
Microsoft.Maui.Controls (3)
BoundsConstraint.cs (1)
25
return
FromExpression
(expression, false, parents);
LegacyLayouts\RelativeLayout.cs (2)
363
SetBoundsConstraint(view, BoundsConstraint.
FromExpression
(bounds, fromExpression: true));
383
BoundsConstraint bounds = BoundsConstraint.
FromExpression
(() => new Rect(xCompiled(), yCompiled(), widthCompiled(), heightCompiled()), fromExpression: true, parents: parents.Distinct().ToArray());