3 references to PrefersHomeIndicatorAutoHidden
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\Page.cs (1)
303
/// <summary>Bindable property for <see cref="
PrefersHomeIndicatorAutoHidden
"/>.</summary>
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\PageRenderer.cs (1)
528
public override bool PrefersHomeIndicatorAutoHidden => Page.OnThisPlatform().
PrefersHomeIndicatorAutoHidden
();
iOS\Renderers\TabbedRenderer.cs (1)
297
bool isHomeIndicatorHidden = Tabbed.OnThisPlatform().
PrefersHomeIndicatorAutoHidden
();