3 references to ShellRouteParameters
Microsoft.Maui.Controls (3)
Shell\ShellContent.cs (2)
363 query = query ?? new ShellRouteParameters(); 364 oldQuery = oldQuery ?? new ShellRouteParameters();
Shell\ShellNavigationManager.cs (1)
66 var parameters = shellNavigationParameters.Parameters ?? new ShellRouteParameters();