1 implementation of PopAsync
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
95
public Task<Page>
PopAsync
(bool animated)
2 references to PopAsync
Microsoft.Maui.Controls (2)
NavigationProxy.cs (1)
189
return inner is null ? Task.FromResult(Pop()) : inner.
PopAsync
(animated);
Shell\ShellSection.cs (1)
440
await Navigation.ModalStack[Navigation.ModalStack.Count - 1].Navigation.
PopAsync
(isAnimated);