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