Implemented interface member:
property
IgnoresContainerArea
Microsoft.Maui.Controls.IPageController.IgnoresContainerArea
2 references to IgnoresContainerArea
Microsoft.Maui.Controls (2)
Page\Page.cs (2)
53
internal static readonly BindableProperty IgnoresContainerAreaProperty = BindableProperty.Create(nameof(
IgnoresContainerArea
), typeof(bool), typeof(Page), false);
442
if (page != null && page.
IgnoresContainerArea
)