7 references to GoToAsync
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
143 await _context.Shell.GoToAsync("..", true);
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)
1155 await _owner.Shell.GoToAsync("..", animated);