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