1 implementation of IMenuFlyoutSeparatorHandler
Microsoft.Maui (1)
Handlers\MenuFlyoutSeparator\MenuFlyoutSeparatorHandler.cs (1)
12 public partial class MenuFlyoutSeparatorHandler : ElementHandler<IMenuFlyoutSeparator, PlatformView>, IMenuFlyoutSeparatorHandler
5 references to IMenuFlyoutSeparatorHandler
Microsoft.Maui (5)
Handlers\MenuFlyoutSeparator\MenuFlyoutSeparatorHandler.cs (5)
14 public static IPropertyMapper<IMenuFlyoutSeparator, IMenuFlyoutSeparatorHandler> Mapper = new PropertyMapper<IMenuFlyoutSeparator, IMenuFlyoutSeparatorHandler>(ElementMapper) 18 public static CommandMapper<IMenuFlyoutSeparator, IMenuFlyoutSeparatorHandler> CommandMapper = new(ElementCommandMapper) 48 IMenuFlyoutSeparator IMenuFlyoutSeparatorHandler.VirtualView => VirtualView; 52 PlatformView IMenuFlyoutSeparatorHandler.PlatformView => PlatformView;