5 references to ShrinkProperty
Microsoft.Maui.Controls (5)
Layout\FlexLayout.cs (4)
133 => (float)bindable.GetValue(ShrinkProperty); 137 => bindable.SetValue(ShrinkProperty, value); 316 BindableObject bo => (float)bo.GetValue(ShrinkProperty), 326 bo.SetValue(ShrinkProperty, shrink);
Properties\AssemblyInfo.cs (1)
138[assembly: StyleProperty("flex-shrink", typeof(VisualElement), nameof(FlexLayout.ShrinkProperty), PropertyOwnerType = typeof(FlexLayout))]