1 implementation of IFlyoutViewHandler
Microsoft.Maui (1)
Handlers\FlyoutView\FlyoutViewHandler.cs (1)
17
public partial class FlyoutViewHandler :
IFlyoutViewHandler
7 references to IFlyoutViewHandler
Microsoft.Maui (5)
Handlers\FlyoutView\FlyoutViewHandler.cs (5)
19
public static IPropertyMapper<IFlyoutView,
IFlyoutViewHandler
> Mapper = new PropertyMapper<IFlyoutView,
IFlyoutViewHandler
>(ViewHandler.ViewMapper)
32
public static CommandMapper<IFlyoutView,
IFlyoutViewHandler
> CommandMapper = new(ViewCommandMapper)
50
IFlyoutView
IFlyoutViewHandler
.VirtualView => VirtualView;
52
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)