4 references to BasisProperty
Microsoft.Maui.Controls (3)
LegacyLayouts\FlexLayout.cs (3)
145 => (FlexBasis)bindable.GetValue(BasisProperty); 148 => bindable.SetValue(BasisProperty, value); 329 item.Basis = ((FlexBasis)view.GetValue(BasisProperty)).ToFlexBasis();
Microsoft.Maui.Controls.Compatibility (1)
Properties\AssemblyInfo.cs (1)
23[assembly: StyleProperty("flex-basis", typeof(VisualElement), nameof(CFlexLayout.BasisProperty), PropertyOwnerType = typeof(CFlexLayout))]