4 references to LayoutBoundsProperty
Microsoft.Maui.Controls (4)
Layout\AbsoluteLayout.cs (4)
71 return (Rect)bindable.GetValue(LayoutBoundsProperty); 93 bindable.SetValue(LayoutBoundsProperty, bounds); 121 BindableObject bo => (Rect)bo.GetValue(LayoutBoundsProperty), 154 bo.SetValue(LayoutBoundsProperty, bounds);