2 writes to FullLocation
Microsoft.Maui.Controls (2)
Shell\ShellNavigationState.cs (2)
47 FullLocation = uri; 58 FullLocation = location;
9 references to FullLocation
Microsoft.Maui.Controls (9)
Shell\Shell.cs (2)
1232 var navRequest = ShellUriHandler.GetNavigationRequest(this, ((ShellNavigationState)location).FullLocation, false, false); 2167 public Uri AbsoluteUrl => shell.CurrentState.FullLocation;
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);