6 references to GoToAsync
Microsoft.Maui.Controls (6)
Shell\Shell.cs (1)
885 .GoToAsync(navParameters);
Shell\ShellNavigationManager.cs (1)
33 return GoToAsync(new ShellNavigationParameters
Shell\ShellSection.cs (4)
1074 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1106 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1120 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1157 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters);