1 implementation of IMenuFlyoutSeparator
Microsoft.Maui.Controls (1)
Menu\MenuFlyoutSeparator.cs (1)
6 public class MenuFlyoutSeparator : MenuFlyoutItem, IMenuFlyoutSeparator
6 references to IMenuFlyoutSeparator
Microsoft.Maui (6)
Handlers\MenuFlyoutSeparator\IMenuFlyoutSeparatorHandler.cs (1)
14 new IMenuFlyoutSeparator VirtualView { get; }
Handlers\MenuFlyoutSeparator\MenuFlyoutSeparatorHandler.cs (5)
12 public partial class MenuFlyoutSeparatorHandler : ElementHandler<IMenuFlyoutSeparator, PlatformView>, IMenuFlyoutSeparatorHandler 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;