1 implementation of IPageHandler
Microsoft.Maui (1)
Handlers\Page\PageHandler.cs (1)
4
public partial class PageHandler : ContentViewHandler,
IPageHandler
6 references to IPageHandler
Microsoft.Maui (4)
Handlers\Page\PageHandler.cs (3)
6
public static new IPropertyMapper<IContentView,
IPageHandler
> Mapper =
7
new PropertyMapper<IContentView,
IPageHandler
>(ContentViewHandler.Mapper)
19
public static new CommandMapper<IContentView,
IPageHandler
> CommandMapper =
Handlers\Page\PageHandler.Standard.cs (1)
5
public static void MapTitle(
IPageHandler
handler, IContentView page) { }
Microsoft.Maui.Controls (2)
ContentPage\ContentPage.Mapper.cs (2)
14
PageHandler.Mapper.ReplaceMapping<ContentPage,
IPageHandler
>(nameof(ContentPage.HideSoftInputOnTapped), MapHideSoftInputOnTapped);
33
static void MapHideSoftInputOnTapped(
IPageHandler
handler, ContentPage page)