1 implementation of IFlyoutViewHandler
Microsoft.Maui (1)
Handlers\FlyoutView\FlyoutViewHandler.cs (1)
17 public partial class FlyoutViewHandler : IFlyoutViewHandler
9 references to IFlyoutViewHandler
Microsoft.Maui (7)
Handlers\FlyoutView\FlyoutViewHandler.cs (7)
21 private static readonly IPropertyMapper<IFlyoutView, IFlyoutViewHandler> FlyoutLayoutMapper = new PropertyMapper<IFlyoutView, IFlyoutViewHandler>() 29 public static IPropertyMapper<IFlyoutView, IFlyoutViewHandler> Mapper = new PropertyMapper<IFlyoutView, IFlyoutViewHandler>(ViewHandler.ViewMapper, FlyoutLayoutMapper) 40 public static CommandMapper<IFlyoutView, IFlyoutViewHandler> CommandMapper = new(ViewCommandMapper) 58 IFlyoutView IFlyoutViewHandler.VirtualView => VirtualView; 60 PlatformView IFlyoutViewHandler.PlatformView => PlatformView;
Microsoft.Maui.Controls (2)
FlyoutPage\FlyoutPage.Mapper.cs (2)
11 FlyoutViewHandler.Mapper.ReplaceMapping<IFlyoutView, IFlyoutViewHandler>(nameof(FlyoutLayoutBehavior), MapFlyoutLayoutBehavior); 18 internal static void MapFlyoutLayoutBehavior(IFlyoutViewHandler handler, IFlyoutView view)