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