5 references to GrowProperty
Microsoft.Maui.Controls (5)
Layout\FlexLayout.cs (4)
125 => (float)bindable.GetValue(GrowProperty); 129 => bindable.SetValue(GrowProperty, value); 294 BindableObject bo => (float)bo.GetValue(GrowProperty), 304 bo.SetValue(GrowProperty, grow);
Properties\AssemblyInfo.cs (1)
137[assembly: StyleProperty("flex-grow", typeof(VisualElement), nameof(FlexLayout.GrowProperty), PropertyOwnerType = typeof(FlexLayout))]