4 references to Push
Microsoft.Maui.Controls (4)
NavigationPage\NavigationPage.cs (1)
866
Owner.SendNavigated(previousPage, NavigationType.
Push
);
NavigationPage\NavigationPage.Legacy.cs (1)
203
SendNavigated(previousPage, NavigationType.
Push
);
Platform\ModalNavigationManager\ModalNavigationManager.cs (1)
304
previousPage?.SendNavigatedFrom(new NavigatedFromEventArgs(CurrentPage, NavigationType.
Push
));
Shell\Shell.cs (1)
1586
navigationType = NavigationType.
Push
;