2 writes to FullLocation
Microsoft.Maui.Controls (2)
Shell\ShellNavigationState.cs (2)
47 FullLocation = uri; 58 FullLocation = location;
8 references to FullLocation
Microsoft.Maui.Controls (8)
Shell\Shell.cs (1)
1230 var navRequest = ShellUriHandler.GetNavigationRequest(this, ((ShellNavigationState)location).FullLocation, false, false);
Shell\ShellNavigationManager.cs (2)
63 navigationRequest ??= ShellUriHandler.GetNavigationRequest(_shell, state.FullLocation, enableRelativeShellRoutes, shellNavigationParameters: shellNavigationParameters); 416 var currentUri = ShellUriHandler.ConvertToStandardFormat(shell, current.FullLocation);
Shell\ShellNavigationState.cs (3)
50 Location = TrimDownImplicitAndDefaultPaths(FullLocation); 52 Location = FullLocation; 59 Location = TrimDownImplicitAndDefaultPaths(FullLocation);
Shell\ShellUriHandler.cs (2)
291 new ShellNavigationState(url, false).FullLocation, 377 var matches = SearchForGlobalRoutes(segments, shell.CurrentState.FullLocation, currentLocation, routeKeys);