1 implementation of ISwipeViewHandler
Microsoft.Maui (1)
Handlers\SwipeView\SwipeViewHandler.cs (1)
15
public partial class SwipeViewHandler :
ISwipeViewHandler
15 references to ISwipeViewHandler
Microsoft.Maui (13)
Handlers\SwipeView\SwipeViewHandler.cs (5)
17
public static IPropertyMapper<ISwipeView,
ISwipeViewHandler
> Mapper = new PropertyMapper<ISwipeView,
ISwipeViewHandler
>(ViewHandler.ViewMapper)
33
public static CommandMapper<ISwipeView,
ISwipeViewHandler
> CommandMapper = new(ViewCommandMapper)
54
ISwipeView
ISwipeViewHandler
.VirtualView => VirtualView;
56
PlatformView
ISwipeViewHandler
.PlatformView => PlatformView;
Handlers\SwipeView\SwipeViewHandler.Standard.cs (8)
9
public static void MapContent(
ISwipeViewHandler
handler, ISwipeView view)
13
public static void MapSwipeTransitionMode(
ISwipeViewHandler
handler, ISwipeView swipeView)
17
public static void MapRequestOpen(
ISwipeViewHandler
handler, ISwipeView swipeView, object? args)
25
public static void MapRequestClose(
ISwipeViewHandler
handler, ISwipeView swipeView, object? args)
33
public static void MapLeftItems(
ISwipeViewHandler
handler, ISwipeView view)
36
public static void MapTopItems(
ISwipeViewHandler
handler, ISwipeView view)
39
public static void MapRightItems(
ISwipeViewHandler
handler, ISwipeView view)
42
public static void MapBottomItems(
ISwipeViewHandler
handler, ISwipeView view)
Microsoft.Maui.Controls (2)
SwipeView\SwipeView.Mapper.cs (2)
11
SwipeViewHandler.Mapper.AppendToMapping<SwipeView,
ISwipeViewHandler
>(nameof(Background), MapBackground);
14
static void MapBackground(
ISwipeViewHandler
handler, SwipeView swipeView)