3 references to LayoutBoundsProperty
Microsoft.Maui.Controls (3)
LegacyLayouts\AbsoluteLayout.cs (3)
50 return (Rect)bindable.GetValue(LayoutBoundsProperty); 60 bindable.SetValue(LayoutBoundsProperty, bounds); 154 if (e.PropertyName == LayoutFlagsProperty.PropertyName || e.PropertyName == LayoutBoundsProperty.PropertyName)