2 references to FullScreen
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\Page.cs (1)
259 BindableProperty.Create(nameof(ModalPresentationStyle), typeof(UIModalPresentationStyle), typeof(Page), UIModalPresentationStyle.FullScreen);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
707 return presentationStyle != null && presentationStyle == PlatformConfiguration.iOSSpecific.UIModalPresentationStyle.FullScreen;