3 references to GetNavigationState
Microsoft.Maui.Controls (3)
Shell\Shell.cs (1)
850 var state = ShellNavigationManager.GetNavigationState(shellItem, shellSection, shellContent, shellSection.Navigation.NavigationStack, null);
Shell\ShellNavigationManager.cs (2)
353 var proposedState = GetNavigationState(shellItem, shellSection, shellContent, stack, shellSection.Navigation.ModalStack); 487 var state = GetNavigationState(shellItem, shellSection, shellContent, sectionStack, modalStack);