11 references to Stack
Microsoft.Maui.Controls (11)
Shell\Shell.cs (4)
792 => ShellNavigationManager.GetNavigationState(shellItem, shellSection, shellContent, includeStack ? shellSection.Stack.ToList() : null, includeStack ? shellSection.Navigation.ModalStack.ToList() : null); 932 var stack = shellSection?.Stack; 1536 if (currentContent != null && currentContent.Stack.Count > 1) 1678 var stack = shellSection.Stack;
Shell\ShellItem.cs (1)
78 shellSection?.Stack,
Shell\ShellNavigationManager.cs (3)
167 for (int i = currentShellSection.Stack.Count - 1; i >= 1; i--) 168 currentShellSection.Navigation.RemovePage(currentShellSection.Stack[i]); 578 return BuildFlattenedNavigationStack(section.Stack, section.Navigation.ModalStack);
Shell\ShellSection.cs (3)
649 var stack = Stack; 1178 var stack = _owner.Stack.ToList(); 1203 var stack = _owner.Stack.ToList();