2 types derived from ContentViewHandler
Microsoft.Maui (2)
Handlers\Page\PageHandler.cs (1)
4
public partial class PageHandler :
ContentViewHandler
, IPageHandler
Handlers\Page\PageHandler.Standard.cs (1)
3
public partial class PageHandler :
ContentViewHandler
4 references to ContentViewHandler
Microsoft.Maui (2)
Handlers\Page\PageHandler.cs (2)
7
new PropertyMapper<IContentView, IPageHandler>(
ContentViewHandler
.Mapper)
20
new(
ContentViewHandler
.CommandMapper);
Microsoft.Maui.Controls (2)
Hosting\AppHostBuilderExtensions.cs (2)
94
handlersCollection.AddHandler<IContentView,
ContentViewHandler
>();
95
handlersCollection.AddHandler<ContentView,
ContentViewHandler
>();