12 references to NavigationManager
Microsoft.Maui.Controls (12)
Shell\Shell.cs (2)
2098 if (!_shell.NavigationManager.AccumulateNavigatedEvents) 2121 if (!_shell.NavigationManager.AccumulateNavigatedEvents)
Shell\ShellSection.cs (10)
1074 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1106 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1120 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1140 _owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1157 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1162 if (_owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1172 if (!_owner.IsVisibleSection || _owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1190 _owner.Shell.NavigationManager.HandleNavigating(shellNavigatingEventArgs); 1197 if (!_owner.IsVisibleSection || _owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1219 _owner.Shell.NavigationManager.HandleNavigating(shellNavigatingEventArgs);