1 implementation of PushAsync
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
131
public Task
PushAsync
(Page root, bool animated)
2 references to PushAsync
Microsoft.Maui.Controls (2)
NavigationProxy.cs (1)
222
return currentInner.
PushAsync
(page, animated);
Shell\ShellSection.cs (1)
583
await activeModalNavigationPage.Navigation.
PushAsync
(modalPage, animate ?? IsNavigationAnimated(modalPage));