6 writes to IsPoppingModalStack
Microsoft.Maui.Controls (6)
Shell\ShellSection.cs (6)
418
IsPoppingModalStack
= true;
452
IsPoppingModalStack
= false;
877
IsPoppingModalStack
= true;
889
IsPoppingModalStack
= false;
893
IsPoppingModalStack
= false;
902
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
)