3 references to UsingSafeArea
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
212 bool ISafeAreaView.IgnoreSafeArea => !On<PlatformConfiguration.iOS>().UsingSafeArea();
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\PageRenderer.cs (2)
336 bool usingSafeArea = Page.On<PlatformConfiguration.iOS>().UsingSafeArea(); 382 bool usingSafeArea = Page.On<PlatformConfiguration.iOS>().UsingSafeArea();