5 overrides of OnPushAsync
Microsoft.Maui.Controls (5)
NavigationPage\NavigationPage.cs (1)
846
protected override Task
OnPushAsync
(Page root, bool animated)
NavigationPage\NavigationPage.Legacy.cs (1)
288
protected override Task
OnPushAsync
(Page root, bool animated)
Shell\Shell.cs (1)
2092
protected override Task
OnPushAsync
(Page page, bool animated) => SectionProxy.PushAsync(page, animated);
Shell\ShellSection.cs (1)
1098
protected override Task
OnPushAsync
(Page page, bool animated)
Window\Window.cs (1)
704
protected override Task
OnPushAsync
(Page page, bool animated)
1 reference to OnPushAsync
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
135
return
OnPushAsync
(root, animated);