1 implementation of IImageButtonHandler
Microsoft.Maui (1)
Handlers\ImageButton\ImageButtonHandler.cs (1)
26 public partial class ImageButtonHandler : IImageButtonHandler
11 references to IImageButtonHandler
Microsoft.Maui (11)
Handlers\ImageButton\ImageButtonHandler.cs (7)
30 public static IPropertyMapper<IImageButton, IImageButtonHandler> Mapper = new PropertyMapper<IImageButton, IImageButtonHandler>(ImageMapper) 41 public static CommandMapper<IImageButton, IImageButtonHandler> CommandMapper = new(ViewHandler.ViewCommandMapper) 64 IImageButton IImageButtonHandler.VirtualView => VirtualView; 77 PlatformView IImageButtonHandler.PlatformView => PlatformView; 81 partial class ImageButtonImageSourcePartSetter : ImageSourcePartSetter<IImageButtonHandler> 83 public ImageButtonImageSourcePartSetter(IImageButtonHandler handler)
Handlers\ImageButton\ImageButtonHandler.Standard.cs (4)
9 public static void MapStrokeColor(IImageButtonHandler handler, IButtonStroke buttonStroke) { } 10 public static void MapStrokeThickness(IImageButtonHandler handler, IButtonStroke buttonStroke) { } 11 public static void MapCornerRadius(IImageButtonHandler handler, IButtonStroke buttonStroke) { } 12 public static void MapPadding(IImageButtonHandler handler, IImageButton imageButton) { }