2 references to PrefersHomeIndicatorAutoHiddenProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Page.cs (2)
314
return (bool)element.GetValue(
PrefersHomeIndicatorAutoHiddenProperty
);
324
element.SetValue(
PrefersHomeIndicatorAutoHiddenProperty
, value);