1 interface inheriting from ISafeAreaView
Microsoft.Maui (1)
Core\ILayout.cs (1)
9
public interface ILayout : IView, IContainer,
ISafeAreaView
, IPadding, ICrossPlatformLayout
3 implementations of ISafeAreaView
Microsoft.Maui.Controls (3)
Layout\Layout.cs (1)
17
public abstract partial class Layout : View, Maui.ILayout, IList<IView>, IBindableLayout, IPaddingElement, IVisualTreeElement,
ISafeAreaView
, IInputTransparentContainerElement
Page\Page.cs (1)
21
public partial class Page : VisualElement, ILayout, IPageController, IElementConfiguration<Page>, IPaddingElement,
ISafeAreaView
, ISafeAreaView2, IView, ITitledElement, IToolbarElement
TitleBar\TitleBar.cs (1)
15
public partial class TitleBar : TemplatedView, ITitleBar,
ISafeAreaView
4 references to ISafeAreaView
Microsoft.Maui.Controls (4)
Layout\Layout.cs (1)
123
/// <inheritdoc cref="
ISafeAreaView
.IgnoreSafeArea"/>
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;