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)
1896
IShadow IView.Shadow =>
Shadow
;
1898
/// <summary>Bindable property for <see cref="
Shadow
"/>.</summary>
1900
BindableProperty.Create(nameof(
Shadow
), typeof(Shadow), typeof(VisualElement), defaultValue: null,
2196
var shadow =
Shadow
;
2201
_shadowChanged ??= (sender, e) => OnPropertyChanged(nameof(
Shadow
));
2212
var shadow =
Shadow
;
2225
OnPropertyChanged(nameof(
Shadow
));
2236
if (
Shadow
!= null)
2237
SetInheritedBindingContext(
Shadow
, BindingContext);