13 references to ElementMapper
Microsoft.Maui (11)
Handlers\Application\ApplicationHandler.cs (1)
25
public static IPropertyMapper<IApplication, ApplicationHandler> Mapper = new PropertyMapper<IApplication, ApplicationHandler>(
ElementMapper
)
Handlers\MenuBar\MenuBarHandler.cs (1)
21
public static IPropertyMapper<IMenuBar, IMenuBarHandler> Mapper = new PropertyMapper<IMenuBar, IMenuBarHandler>(
ElementMapper
)
Handlers\MenuBarItem\MenuBarItemHandler.cs (1)
21
public static IPropertyMapper<IMenuBarItem, IMenuBarItemHandler> Mapper = new PropertyMapper<IMenuBarItem, IMenuBarItemHandler>(
ElementMapper
)
Handlers\MenuFlyoutHandler\MenuFlyoutHandler.cs (1)
15
public static IPropertyMapper<IMenuFlyout, IMenuFlyoutHandler> Mapper = new PropertyMapper<IMenuFlyout, IMenuFlyoutHandler>(
ElementMapper
)
Handlers\MenuFlyoutItem\MenuFlyoutItemHandler.cs (1)
21
public static IPropertyMapper<IMenuFlyoutItem, IMenuFlyoutItemHandler> Mapper = new PropertyMapper<IMenuFlyoutItem, IMenuFlyoutItemHandler>(
ElementMapper
)
Handlers\MenuFlyoutSeparator\MenuFlyoutSeparatorHandler.cs (1)
14
public static IPropertyMapper<IMenuFlyoutSeparator, IMenuFlyoutSeparatorHandler> Mapper = new PropertyMapper<IMenuFlyoutSeparator, IMenuFlyoutSeparatorHandler>(
ElementMapper
)
Handlers\MenuFlyoutSubItem\MenuFlyoutSubItemHandler.cs (1)
20
public static IPropertyMapper<IMenuFlyoutSubItem, IMenuFlyoutSubItemHandler> Mapper = new PropertyMapper<IMenuFlyoutSubItem, IMenuFlyoutSubItemHandler>(
ElementMapper
)
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.cs (1)
20
new PropertyMapper<ISwipeItemMenuItem, ISwipeItemMenuItemHandler>(ViewHandler.
ElementMapper
)
Handlers\Toolbar\ToolbarHandler.cs (1)
18
new PropertyMapper<IToolbar, IToolbarHandler>(
ElementMapper
)
Handlers\View\ViewHandler.cs (1)
31
new PropertyMapper<IView, IViewHandler>(ElementHandler.
ElementMapper
)
Handlers\Window\WindowHandler.cs (1)
17
public static IPropertyMapper<IWindow, IWindowHandler> Mapper = new PropertyMapper<IWindow, IWindowHandler>(ElementHandler.
ElementMapper
)
Microsoft.Maui.Maps (2)
Handlers\MapElement\MapElementHandler.cs (1)
18
public static IPropertyMapper<IMapElement, IMapElementHandler> Mapper = new PropertyMapper<IMapElement, IMapElementHandler>(
ElementMapper
)
Handlers\MapPin\MapPinHandler.cs (1)
18
public static IPropertyMapper<IMapPin, IMapPinHandler> Mapper = new PropertyMapper<IMapPin, IMapPinHandler>(
ElementMapper
)