8 references to LeftItems
Microsoft.Maui.Controls (8)
SwipeView\SwipeView.cs (8)
29
AddLogicalChild(
LeftItems
);
38
/// <summary>Bindable property for <see cref="
LeftItems
"/>.</summary>
40
BindableProperty.Create(nameof(
LeftItems
), typeof(SwipeItems), typeof(SwipeView), null, BindingMode.OneWay, null, defaultValueCreator: SwipeItemsDefaultValueCreator,
108
elements.Add(
LeftItems
);
127
SetInheritedBindingContext(
LeftItems
, BindingContext);
166
if (swipeItems == swipeView.
LeftItems
)
167
swipeView?.Handler?.UpdateValue(nameof(
LeftItems
));
235
ISwipeItems ISwipeView.LeftItems => new HandlerSwipeItems(
LeftItems
);