4 references to Mapper
Microsoft.Maui (3)
Handlers\SwipeView\SwipeViewHandler.cs (3)
39 public SwipeViewHandler() : base(Mapper, CommandMapper) 45 : base(mapper ?? Mapper, CommandMapper) 50 : base(mapper ?? Mapper, commandMapper ?? CommandMapper)
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.Mapper.cs (1)
11 SwipeViewHandler.Mapper.AppendToMapping<SwipeView, ISwipeViewHandler>(nameof(Background), MapBackground);