4 implementations of IgnoreSafeArea
Microsoft.Maui.Controls (4)
Layout\Layout.cs (1)
126 public bool IgnoreSafeArea { get; set; }
LegacyLayouts\Layout.cs (1)
39 bool ISafeAreaView.IgnoreSafeArea => false;
Page\Page.cs (1)
212 bool ISafeAreaView.IgnoreSafeArea => !On<PlatformConfiguration.iOS>().UsingSafeArea();
TitleBar\TitleBar.cs (1)
242 bool ISafeAreaView.IgnoreSafeArea => true;
1 reference to IgnoreSafeArea
Microsoft.Maui.Controls (1)
Layout\Layout.cs (1)
125 /// <inheritdoc cref="ISafeAreaView.IgnoreSafeArea"/>