Implemented interface member:
method
PopToRootAsync
Microsoft.Maui.Controls.INavigation.PopToRootAsync(System.Boolean)
2 references to PopToRootAsync
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (1)
266 await mvi.PopToRootAsync(animated);
Shell\Shell.cs (1)
2090 protected override Task OnPopToRootAsync(bool animated) => SectionProxy.PopToRootAsync(animated);