5 references to NotAnimated
Microsoft.Maui.Controls (5)
Shell\PresentationMode.cs (1)
20 ModalNotAnimated = PresentationMode.NotAnimated | PresentationMode.Modal
Shell\ShellSection.cs (4)
631 return (Shell.GetPresentationMode(bo) & PresentationMode.NotAnimated) != PresentationMode.NotAnimated; 907 bool isAnimated = animated ?? (Shell.GetPresentationMode(pageToPop) & PresentationMode.NotAnimated) != PresentationMode.NotAnimated;