4 references to PopToRoot
Microsoft.Maui.Controls (4)
NavigationPage\NavigationPage.cs (1)
841
Owner.SendNavigated(previousPage, NavigationType.
PopToRoot
);
NavigationPage\NavigationPage.Legacy.cs (1)
177
SendNavigated(previousPage, NavigationType.
PopToRoot
);
Page\Page.cs (1)
889
args.NavigationType == NavigationType.
PopToRoot
)
Shell\Shell.cs (1)
1589
navigationType = NavigationType.
PopToRoot
;