5 references to GetSafeAreaInsetsForWindow
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellFlyoutHeaderContainer.cs (2)
25 var safeArea = UIApplication.SharedApplication.GetSafeAreaInsetsForWindow(); 53 var safeArea = UIApplication.SharedApplication.GetSafeAreaInsetsForWindow();
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (3)
227 ScrollView.ContentInset = new UIEdgeInsets(UIApplication.SharedApplication.GetSafeAreaInsetsForWindow().Top, 0, 0, 0); 287 safeArea = UIApplication.SharedApplication.GetSafeAreaInsetsForWindow().Top; 317 contentYOffset += (float)UIApplication.SharedApplication.GetSafeAreaInsetsForWindow().Top;