4 references to PropertyMapper
Microsoft.Maui (4)
Handlers\Button\ButtonHandler.cs (2)
23 public static IPropertyMapper<IImage, IButtonHandler> ImageButtonMapper = new PropertyMapper<IImage, IButtonHandler>() 28 public static IPropertyMapper<ITextButton, IButtonHandler> TextButtonMapper = new PropertyMapper<ITextButton, IButtonHandler>()
Handlers\Element\ElementHandler.cs (1)
7 public static IPropertyMapper<IElement, IElementHandler> ElementMapper = new PropertyMapper<IElement, IElementHandler>()
Handlers\FlyoutView\FlyoutViewHandler.cs (1)
21 private static readonly IPropertyMapper<IFlyoutView, IFlyoutViewHandler> FlyoutLayoutMapper = new PropertyMapper<IFlyoutView, IFlyoutViewHandler>()