3 references to IsShadowEnabledProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\VisualElement.cs (2)
102 return (bool)element.GetValue(IsShadowEnabledProperty); 112 element.SetValue(IsShadowEnabledProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\ShadowEffect.cs (1)
32 if (args.PropertyName == PlatformElement.IsShadowEnabledProperty.PropertyName ||