4 references to PrefersHomeIndicatorAutoHiddenProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Page.cs (2)
314
return (bool)element.GetValue(
PrefersHomeIndicatorAutoHiddenProperty
);
324
element.SetValue(
PrefersHomeIndicatorAutoHiddenProperty
, value);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\PageRenderer.cs (1)
295
else if (e.PropertyName == PlatformConfiguration.iOSSpecific.Page.
PrefersHomeIndicatorAutoHiddenProperty
.PropertyName)
iOS\Renderers\TabbedRenderer.cs (1)
253
else if (e.PropertyName ==
PrefersHomeIndicatorAutoHiddenProperty
.PropertyName)