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