13 references to NavigationManager
Microsoft.Maui.Controls (13)
Platform\iOS\ControlsModalWrapper.cs (1)
82 shell.NavigationManager.GoToAsync(result).FireAndForget();
Shell\Shell.cs (2)
2098 if (!_shell.NavigationManager.AccumulateNavigatedEvents) 2121 if (!_shell.NavigationManager.AccumulateNavigatedEvents)
Shell\ShellSection.cs (10)
1063 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1095 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1109 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1129 _owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1146 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1151 if (_owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1161 if (!_owner.IsVisibleSection || _owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1179 _owner.Shell.NavigationManager.HandleNavigating(shellNavigatingEventArgs); 1186 if (!_owner.IsVisibleSection || _owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1208 _owner.Shell.NavigationManager.HandleNavigating(shellNavigatingEventArgs);