5 references to NavBarHasShadowProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
551
else if (e.PropertyName == Shell.
NavBarHasShadowProperty
.PropertyName)
Internals\PropertyPropagationExtensions.cs (2)
20
if (propertyName == null || propertyName == Shell.
NavBarHasShadowProperty
.PropertyName)
21
BaseShellItem.PropagateFromParent(Shell.
NavBarHasShadowProperty
, element);
Shell\Shell.cs (2)
286
public static bool GetNavBarHasShadow(BindableObject obj) => (bool)obj.GetValue(
NavBarHasShadowProperty
);
294
public static void SetNavBarHasShadow(BindableObject obj, bool value) => obj.SetValue(
NavBarHasShadowProperty
, value);