4 references to GetEffectiveValue
Microsoft.Maui.Controls (4)
Shell\Shell.cs (2)
1756
return
GetEffectiveValue
(Shell.FlyoutBehaviorProperty,
1785
return
GetEffectiveValue
<T>(property, () => defaultValue, null, ignoreImplicit: ignoreImplicit);
Shell\ShellItem.cs (1)
127
return shell.
GetEffectiveValue
<bool>(Shell.TabBarIsVisibleProperty, () => defaultShowTabs, null, displayedPage);
ShellToolbar.cs (1)
122
IsVisible = _shell.
GetEffectiveValue
(Shell.NavBarIsVisibleProperty, getDefaultNavBarIsVisible, observer: null);