6 references to GoToAsync
Microsoft.Maui.Controls (6)
Shell\Shell.cs (1)
887 .GoToAsync(navParameters);
Shell\ShellNavigationManager.cs (1)
33 return GoToAsync(new ShellNavigationParameters
Shell\ShellSection.cs (4)
1076 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1108 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1122 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1159 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters);