6 references to GoToAsync
Microsoft.Maui.Controls (6)
Shell\Shell.cs (5)
47 /// Defines the navigation animation that occurs when a page is navigated to with the <see cref="GoToAsync(ShellNavigationState, bool)"/> method. 202 /// Gets the navigation animation that occurs when a page is navigated to with the <see cref = "GoToAsync(ShellNavigationState, bool)" /> method. 209 /// Sets the navigation animation that plays when a <see cref="Page"/> is navigated to with the <see cref = "GoToAsync(ShellNavigationState, bool)" /> method. 1240 await GoToAsync(location, false); 2101 await _shell.GoToAsync("..", animated);
Shell\ShellSection.cs (1)
1166 await _owner.Shell.GoToAsync("..", animated);