1 write to _shell
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
2084 public NavigationImpl(Shell shell) => _shell = shell;
10 references to _shell
Microsoft.Maui.Controls (10)
Shell\Shell.cs (10)
2082 NavigationProxy SectionProxy => _shell.CurrentItem?.CurrentItem?.NavigationProxy; 2100 if (!_shell.NavigationManager.AccumulateNavigatedEvents) 2102 var page = _shell.CurrentPage; 2103 await _shell.GoToAsync("..", animated); 2109 if (ModalStack.Count == 0 && !_shell.CurrentItem.CurrentItem.IsPoppingModalStack) 2110 _shell.CurrentItem.SendAppearing(); 2117 if (_shell.CurrentSection is null) 2123 if (!_shell.NavigationManager.AccumulateNavigatedEvents) 2127 await _shell.CurrentSection.Navigation.PushModalAsync(modal, animated); 2132 _shell.CurrentItem.SendDisappearing();