11 references to Shadow
Microsoft.Maui.Controls (11)
Frame\Frame.cs (2)
94
if (base.
Shadow
!= null)
95
return base.
Shadow
;
VisualElement\VisualElement.cs (9)
1831
IShadow IView.Shadow =>
Shadow
;
1833
/// <summary>Bindable property for <see cref="
Shadow
"/>.</summary>
1835
BindableProperty.Create(nameof(
Shadow
), typeof(Shadow), typeof(VisualElement), defaultValue: null,
2144
var shadow =
Shadow
;
2149
_shadowChanged ??= (sender, e) => OnPropertyChanged(nameof(
Shadow
));
2160
var shadow =
Shadow
;
2173
OnPropertyChanged(nameof(
Shadow
));
2184
if (
Shadow
!= null)
2185
SetInheritedBindingContext(
Shadow
, BindingContext);