4 writes to Order
Microsoft.Maui.Controls (4)
Layout\FlexLayout.cs (2)
166
GetFlexItem(bindable).
Order
= (int)newValue;
438
item.
Order
= GetOrder(view);
LegacyLayouts\FlexLayout.cs (2)
154
GetFlexItem(bindable).
Order
= (int)newValue;
326
item.
Order
= (int)view.GetValue(OrderProperty);
4 references to Order
Microsoft.Maui (4)
Layouts\Flex.cs (4)
399
ShouldOrderChildren |= child.
Order
!= 0;
407
ShouldOrderChildren |= child.
Order
!= 0;
1006
if (item[prev].
Order
<= item[curr].
Order
)