7 writes to IsPoppingModalStack
Microsoft.Maui.Controls (7)
Shell\ShellSection.cs (7)
417 IsPoppingModalStack = true; 433 IsPoppingModalStack = false; 465 IsPoppingModalStack = false; 890 IsPoppingModalStack = true; 902 IsPoppingModalStack = false; 906 IsPoppingModalStack = false; 915 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)
2109 if (ModalStack.Count == 0 && !_shell.CurrentItem.CurrentItem.IsPoppingModalStack)