4 references to GrowProperty
Microsoft.Maui.Controls (3)
LegacyLayouts\FlexLayout.cs (3)
127 => (float)bindable.GetValue(GrowProperty); 130 => bindable.SetValue(GrowProperty, value); 327 item.Grow = (float)view.GetValue(GrowProperty);
Microsoft.Maui.Controls.Compatibility (1)
Properties\AssemblyInfo.cs (1)
24[assembly: StyleProperty("flex-grow", typeof(VisualElement), nameof(CFlexLayout.GrowProperty), PropertyOwnerType = typeof(CFlexLayout))]