2 writes to _previousPage
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
1600
_previousPage
= null;
1625
_previousPage
= CurrentPage;
4 references to _previousPage
Microsoft.Maui.Controls (4)
Shell\Shell.cs (4)
1568
if (
_previousPage
!= null)
1569
_previousPage
.PropertyChanged -= OnCurrentPagePropertyChanged;
1598
_previousPage
?.SendNavigatedFrom(new NavigatedFromEventArgs(CurrentPage, navigationType));
1599
CurrentPage?.SendNavigatedTo(new NavigatedToEventArgs(
_previousPage
));