1 interface inheriting from IContentViewHandler
Microsoft.Maui (1)
Handlers\Page\IPageHandler.cs (1)
3
public partial interface IPageHandler :
IContentViewHandler
1 implementation of IContentViewHandler
Microsoft.Maui (1)
Handlers\ContentView\ContentViewHandler.cs (1)
20
public partial class ContentViewHandler :
IContentViewHandler
7 references to IContentViewHandler
Microsoft.Maui (7)
Handlers\ContentView\ContentViewHandler.cs (6)
22
public static IPropertyMapper<IContentView,
IContentViewHandler
> Mapper =
23
new PropertyMapper<IContentView,
IContentViewHandler
>(ViewMapper)
31
public static CommandMapper<IContentView,
IContentViewHandler
> CommandMapper =
49
IContentView
IContentViewHandler
.VirtualView => VirtualView;
51
PlatformView
IContentViewHandler
.PlatformView => PlatformView;
67
public static partial void MapContent(
IContentViewHandler
handler, IContentView page);
Handlers\ContentView\ContentViewHandler.Standard.cs (1)
9
public static partial void MapContent(
IContentViewHandler
handler, IContentView page)