11 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
);
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SwipeViewRenderer.cs (3)
873
swipeItems = Element.
LeftItems
;
933
actionSize = Element.
LeftItems
.Count * SwipeItemWidth;
1171
actionSize = Element.
LeftItems
.Count * SwipeItemWidth;