2 writes to _previousPage
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
1598
_previousPage
= null;
1623
_previousPage
= CurrentPage;
4 references to _previousPage
Microsoft.Maui.Controls (4)
Shell\Shell.cs (4)
1566
if (
_previousPage
!= null)
1567
_previousPage
.PropertyChanged -= OnCurrentPagePropertyChanged;
1596
_previousPage
?.SendNavigatedFrom(new NavigatedFromEventArgs(CurrentPage, navigationType));
1597
CurrentPage?.SendNavigatedTo(new NavigatedToEventArgs(
_previousPage
));