5 references to GoToAsync
Microsoft.Maui.Controls (5)
Shell\Shell.cs (4)
49 /// Defines the navigation animation that occurs when a page is navigated to with the <see cref="GoToAsync(ShellNavigationState, bool)"/> method. 204 /// Gets the navigation animation that occurs when a page is navigated to with the <see cref = "GoToAsync(ShellNavigationState, bool)" /> method. 211 /// Sets the navigation animation that plays when a <see cref="Page"/> is navigated to with the <see cref = "GoToAsync(ShellNavigationState, bool)" /> method. 2103 await _shell.GoToAsync("..", animated);
Shell\ShellSection.cs (1)
1168 await _owner.Shell.GoToAsync("..", animated);