3 references to PaddingProperty
Microsoft.Maui.Controls (3)
LegacyLayouts\FlexLayout.cs (3)
343 var (pleft, ptop, pright, pbottom) = (Thickness)view.GetValue(PaddingProperty); 388 if (e.PropertyName == PaddingProperty.PropertyName) 393 var padding = (Thickness)((View)sender).GetValue(PaddingProperty);