1 implementation of PopToRootRequested
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPage.Legacy.cs (1)
93 event EventHandler<NavigationRequestedEventArgs> INavigationPageController.PopToRootRequested
2 references to PopToRootRequested
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
234 navPageController.PopToRootRequested += OnPopToRootRequested; 290 navPageController.PopToRootRequested -= OnPopToRootRequested;