2 writes to FullLocation
Microsoft.Maui.Controls (2)
Shell\ShellNavigationState.cs (2)
47 FullLocation = uri; 58 FullLocation = location;
7 references to FullLocation
Microsoft.Maui.Controls (7)
Shell\Shell.cs (1)
1232 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 (1)
291 new ShellNavigationState(url, false).FullLocation,