1 implementation of LeftItems
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
235 ISwipeItems ISwipeView.LeftItems => new HandlerSwipeItems(LeftItems);
2 references to LeftItems
Microsoft.Maui (2)
Handlers\SwipeView\SwipeViewHandler.cs (1)
21 [nameof(ISwipeView.LeftItems)] = MapLeftItems,
Platform\SwipeViewExtensions.cs (1)
32 swipeItems = swipeView.LeftItems;