1 implementation of INavigationViewHandler
Microsoft.Maui (1)
Handlers\NavigationPage\NavigationViewHandler.cs (1)
16 public partial class NavigationViewHandler : INavigationViewHandler
6 references to INavigationViewHandler
Microsoft.Maui (6)
Handlers\NavigationPage\NavigationViewHandler.cs (5)
18 public static IPropertyMapper<IStackNavigationView, INavigationViewHandler> Mapper = new PropertyMapper<IStackNavigationView, INavigationViewHandler>(ViewMapper) 22 public static CommandMapper<IStackNavigationView, INavigationViewHandler> CommandMapper = new(ViewCommandMapper) 41 IStackNavigationView INavigationViewHandler.VirtualView => VirtualView; 43 PlatformView INavigationViewHandler.PlatformView => PlatformView;
Handlers\NavigationPage\NavigationViewHandler.Standard.cs (1)
12 public static void RequestNavigation(INavigationViewHandler arg1, IStackNavigation arg2, object? arg3)