3 references to ShellNavigationState
Microsoft.Maui.Controls (3)
Shell\Shell.cs (1)
1542 var args = new ShellNavigatingEventArgs(this.CurrentState, new ShellNavigationState(""), ShellNavigationSource.Pop, true);
Shell\ShellNavigationState.cs (1)
63 public static implicit operator ShellNavigationState(string value) => new ShellNavigationState(value);
Shell\ShellSection.cs (1)
1059 TargetState = new ShellNavigationState("..")