2 types derived from ElementHandler
Microsoft.Maui (2)
Handlers\Element\ElementHandlerOfT.cs (1)
5
public abstract partial class ElementHandler<TVirtualView, TPlatformView> :
ElementHandler
, IElementHandler
Handlers\View\ViewHandler.cs (1)
21
public abstract partial class ViewHandler :
ElementHandler
, IViewHandler
5 references to ElementHandler
Microsoft.Maui (5)
Handlers\ElementHandlerExtensions.cs (2)
28
throw new InvalidOperationException($"Unable to find the context. The {nameof(
ElementHandler
.MauiContext)} property should have been set by the host.");
31
throw new InvalidOperationException($"Unable to find the service provider. The {nameof(
ElementHandler
.MauiContext)} property should have been set by the host.");
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.cs (1)
32
new(
ElementHandler
.ElementCommandMapper)
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)