3 references to ShouldHonorSafeArea
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (3)
284
if (
ShouldHonorSafeArea
(HeaderView.View))
313
if (
ShouldHonorSafeArea
(HeaderView?.View) ||
314
(HeaderView is null &&
ShouldHonorSafeArea
(Content)))