2 references to SafeAreaInsetsProperty
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\Page.cs (1)
224 return (Thickness)element.GetValue(SafeAreaInsetsProperty);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PageRenderer.cs (1)
293 else if (Forms.IsiOS11OrNewer && e.PropertyName == PlatformConfiguration.iOSSpecific.Page.SafeAreaInsetsProperty.PropertyName)