3 references to GetPresentationMode
Microsoft.Maui.Controls (3)
Shell\ShellSection.cs (3)
626 return (Shell.GetPresentationMode(bo) & PresentationMode.Modal) == PresentationMode.Modal; 631 return (Shell.GetPresentationMode(bo) & PresentationMode.NotAnimated) != PresentationMode.NotAnimated; 907 bool isAnimated = animated ?? (Shell.GetPresentationMode(pageToPop) & PresentationMode.NotAnimated) != PresentationMode.NotAnimated;