Implemented interface member:
property
IgnoresContainerArea
Microsoft.Maui.Controls.IPageController.IgnoresContainerArea
1 write to IgnoresContainerArea
Microsoft.Maui.Controls (1)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
1629
current.
IgnoresContainerArea
= !hasNavBar;
2 references to IgnoresContainerArea
Microsoft.Maui.Controls (2)
Page\Page.cs (2)
50
internal static readonly BindableProperty IgnoresContainerAreaProperty = BindableProperty.Create(nameof(
IgnoresContainerArea
), typeof(bool), typeof(Page), false);
439
if (page != null && page.
IgnoresContainerArea
)