3 references to PropertyMapper
Microsoft.Maui (3)
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>()