5 references to BasisProperty
Microsoft.Maui.Controls (5)
Layout\FlexLayout.cs (4)
149 => (FlexBasis)bindable.GetValue(BasisProperty); 153 => bindable.SetValue(BasisProperty, value); 360 BindableObject bo => (FlexBasis)bo.GetValue(BasisProperty), 370 bo.SetValue(BasisProperty, basis);
Properties\AssemblyInfo.cs (1)
136[assembly: StyleProperty("flex-basis", typeof(VisualElement), nameof(FlexLayout.BasisProperty), PropertyOwnerType = typeof(FlexLayout))]