4 references to OrderProperty
Microsoft.Maui.Controls (3)
LegacyLayouts\FlexLayout.cs (3)
121
=> (int)bindable.GetValue(
OrderProperty
);
124
=> bindable.SetValue(
OrderProperty
, value);
326
item.Order = (int)view.GetValue(
OrderProperty
);
Microsoft.Maui.Controls.Compatibility (1)
Properties\AssemblyInfo.cs (1)
28
[assembly: StyleProperty("order", typeof(VisualElement), nameof(CFlexLayout.
OrderProperty
), PropertyOwnerType = typeof(CFlexLayout))]