8 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);