4 references to Modal
Microsoft.Maui.Controls (4)
Shell\PresentationMode.cs (2)
18
ModalAnimated = PresentationMode.Animated | PresentationMode.
Modal
,
20
ModalNotAnimated = PresentationMode.NotAnimated | PresentationMode.
Modal
Shell\ShellSection.cs (2)
615
return (Shell.GetPresentationMode(bo) & PresentationMode.
Modal
) == PresentationMode.
Modal
;