8 references to BottomItems
Microsoft.Maui.Controls (8)
SwipeView\SwipeView.cs (8)
31 AddLogicalChild(BottomItems); 53 /// <summary>Bindable property for <see cref="BottomItems"/>.</summary> 55 BindableProperty.Create(nameof(BottomItems), typeof(SwipeItems), typeof(SwipeView), null, BindingMode.OneWay, null, defaultValueCreator: SwipeItemsDefaultValueCreator, 111 elements.Add(BottomItems); 130 SetInheritedBindingContext(BottomItems, BindingContext); 175 if (swipeItems == swipeView.BottomItems) 176 swipeView?.Handler?.UpdateValue(nameof(BottomItems)); 241 ISwipeItems ISwipeView.BottomItems => new HandlerSwipeItems(BottomItems);