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