5 overrides of OnPopAsync
Microsoft.Maui.Controls (5)
NavigationPage\NavigationPage.cs (1)
776 protected async override Task<Page> OnPopAsync(bool animated)
NavigationPage\NavigationPage.Legacy.cs (1)
278 protected override Task<Page> OnPopAsync(bool animated)
Shell\Shell.cs (1)
2088 protected override Task<Page> OnPopAsync(bool animated) => SectionProxy.PopAsync(animated);
Shell\ShellSection.cs (1)
1049 protected override async Task<Page> OnPopAsync(bool animated)
Window\Window.cs (1)
709 protected override Task<Page> OnPopAsync(bool animated)
2 references to OnPopAsync
Microsoft.Maui.Controls (2)
NavigationProxy.cs (2)
91 return OnPopAsync(true); 97 return OnPopAsync(animated);