4 references to Mapper
Microsoft.Maui (3)
Handlers\Page\PageHandler.cs (3)
22
public PageHandler() : base(
Mapper
, CommandMapper)
27
: base(mapper ??
Mapper
, CommandMapper)
32
: base(mapper ??
Mapper
, commandMapper ?? CommandMapper)
Microsoft.Maui.Controls (1)
ContentPage\ContentPage.Mapper.cs (1)
14
PageHandler.
Mapper
.ReplaceMapping<ContentPage, IPageHandler>(nameof(ContentPage.HideSoftInputOnTapped), MapHideSoftInputOnTapped);