7 writes to IsPoppingModalStack
Microsoft.Maui.Controls (7)
Shell\ShellSection.cs (7)
415 IsPoppingModalStack = true; 431 IsPoppingModalStack = false; 463 IsPoppingModalStack = false; 888 IsPoppingModalStack = true; 900 IsPoppingModalStack = false; 904 IsPoppingModalStack = false; 913 IsPoppingModalStack = false;
2 references to IsPoppingModalStack
Microsoft.Maui.Controls (2)
Platform\ModalNavigationManager\ModalNavigationManager.cs (1)
226 if (!shell.CurrentItem.CurrentItem.IsPoppingModalStack)
Shell\Shell.cs (1)
2107 if (ModalStack.Count == 0 && !_shell.CurrentItem.CurrentItem.IsPoppingModalStack)