Implemented interface member:
method
PushAsync
Microsoft.Maui.Controls.INavigation.PushAsync(Microsoft.Maui.Controls.Page, System.Boolean)
3 references to PushAsync
Microsoft.Maui.Controls (3)
NavigationPage\NavigationPage.cs (1)
303 await mvi.PushAsync(page, animated);
NavigationProxy.cs (1)
127 return PushAsync(root, true);
Shell\Shell.cs (1)
2092 protected override Task OnPushAsync(Page page, bool animated) => SectionProxy.PushAsync(page, animated);