Implemented interface member:
property
ModalStack
Microsoft.Maui.Controls.INavigation.ModalStack
5 references to ModalStack
Microsoft.Maui.Controls (5)
Platform\PageExtensions.cs (1)
11 if (currentPage.NavigationProxy.ModalStack.LastOrDefault() is Page modal)
Shell\Shell.cs (2)
2107 if (ModalStack.Count == 0 && !_shell.CurrentItem.CurrentItem.IsPoppingModalStack) 2129 if (ModalStack.Count == 0)
Shell\ShellSection.cs (2)
1154 var page = ModalStack[ModalStack.Count - 1];