5 references to UseSafeAreaProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Page.cs (2)
130 return (bool)element.GetValue(UseSafeAreaProperty); 140 element.SetValue(UseSafeAreaProperty, value);
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\PageRenderer.cs (3)
288 else if (Forms.IsiOS11OrNewer && e.PropertyName == PlatformConfiguration.iOSSpecific.Page.UseSafeAreaProperty.PropertyName) 337 bool isSafeAreaSet = Element.IsSet(PageSpecific.UseSafeAreaProperty); 383 bool isSafeAreaSet = Element.IsSet(PageSpecific.UseSafeAreaProperty);