4 references to Mapper
Microsoft.Maui (3)
Handlers\FlyoutView\FlyoutViewHandler.cs (3)
36 public FlyoutViewHandler() : base(Mapper, CommandMapper) 41 : base(mapper ?? Mapper, CommandMapper) 46 : base(mapper ?? Mapper, commandMapper ?? CommandMapper)
Microsoft.Maui.Controls (1)
FlyoutPage\FlyoutPage.Mapper.cs (1)
11 FlyoutViewHandler.Mapper.ReplaceMapping<IFlyoutView, IFlyoutViewHandler>(nameof(FlyoutLayoutBehavior), MapFlyoutLayoutBehavior);