5 overrides of OnPushAsync
Microsoft.Maui.Controls (5)
NavigationPage\NavigationPage.cs (1)
843
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)
2094
protected override Task
OnPushAsync
(Page page, bool animated) => SectionProxy.PushAsync(page, animated);
Shell\ShellSection.cs (1)
1111
protected override Task
OnPushAsync
(Page page, bool animated)
Window\Window.cs (1)
705
protected override Task
OnPushAsync
(Page page, bool animated)
1 reference to OnPushAsync
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
135
return
OnPushAsync
(root, animated);