12 references to NavigationManager
Microsoft.Maui.Controls (12)
Shell\Shell.cs (2)
2100 if (!_shell.NavigationManager.AccumulateNavigatedEvents) 2123 if (!_shell.NavigationManager.AccumulateNavigatedEvents)
Shell\ShellSection.cs (10)
1076 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1108 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1122 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1142 _owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1159 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1164 if (_owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1174 if (!_owner.IsVisibleSection || _owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1192 _owner.Shell.NavigationManager.HandleNavigating(shellNavigatingEventArgs); 1199 if (!_owner.IsVisibleSection || _owner.Shell.NavigationManager.AccumulateNavigatedEvents) 1221 _owner.Shell.NavigationManager.HandleNavigating(shellNavigatingEventArgs);