5 references to OrderProperty
Microsoft.Maui.Controls (5)
Layout\FlexLayout.cs (4)
117 => (int)bindable.GetValue(OrderProperty); 121 => bindable.SetValue(OrderProperty, value); 272 BindableObject bo => (int)bo.GetValue(OrderProperty), 282 bo.SetValue(OrderProperty, order);
Properties\AssemblyInfo.cs (1)
141[assembly: StyleProperty("order", typeof(VisualElement), nameof(FlexLayout.OrderProperty), PropertyOwnerType = typeof(FlexLayout))]