4 references to LayoutBoundsProperty
Microsoft.Maui.Controls (4)
Layout\AbsoluteLayout.cs (4)
50
return (Rect)bindable.GetValue(
LayoutBoundsProperty
);
62
bindable.SetValue(
LayoutBoundsProperty
, bounds);
80
BindableObject bo => (Rect)bo.GetValue(
LayoutBoundsProperty
),
103
bo.SetValue(
LayoutBoundsProperty
, bounds);