11 references to RightItems
Microsoft.Maui.Controls (8)
SwipeView\SwipeView.cs (8)
28
AddLogicalChild(
RightItems
);
43
/// <summary>Bindable property for <see cref="
RightItems
"/>.</summary>
45
BindableProperty.Create(nameof(
RightItems
), typeof(SwipeItems), typeof(SwipeView), null, BindingMode.OneWay, null, defaultValueCreator: SwipeItemsDefaultValueCreator,
109
elements.Add(
RightItems
);
128
SetInheritedBindingContext(
RightItems
, BindingContext);
169
if (swipeItems == swipeView.
RightItems
)
170
swipeView?.Handler?.UpdateValue(nameof(
RightItems
));
237
ISwipeItems ISwipeView.RightItems => new HandlerSwipeItems(
RightItems
);
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SwipeViewRenderer.cs (3)
870
swipeItems = Element.
RightItems
;
928
actionSize = Element.
RightItems
.Count * SwipeItemWidth;
1166
actionSize = Element.
RightItems
.Count * SwipeItemWidth;