1 write to _shell
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
2082 public NavigationImpl(Shell shell) => _shell = shell;
10 references to _shell
Microsoft.Maui.Controls (10)
Shell\Shell.cs (10)
2080 NavigationProxy SectionProxy => _shell.CurrentItem?.CurrentItem?.NavigationProxy; 2098 if (!_shell.NavigationManager.AccumulateNavigatedEvents) 2100 var page = _shell.CurrentPage; 2101 await _shell.GoToAsync("..", animated); 2107 if (ModalStack.Count == 0 && !_shell.CurrentItem.CurrentItem.IsPoppingModalStack) 2108 _shell.CurrentItem.SendAppearing(); 2115 if (_shell.CurrentSection is null) 2121 if (!_shell.NavigationManager.AccumulateNavigatedEvents) 2125 await _shell.CurrentSection.Navigation.PushModalAsync(modal, animated); 2130 _shell.CurrentItem.SendDisappearing();