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)
1063 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1095 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1109 return _owner.Shell.NavigationManager.GoToAsync(navigationParameters); 1146 await _owner.Shell.NavigationManager.GoToAsync(navigationParameters);