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)
1841
IShadow IView.Shadow =>
Shadow
;
1843
/// <summary>Bindable property for <see cref="
Shadow
"/>.</summary>
1845
BindableProperty.Create(nameof(
Shadow
), typeof(Shadow), typeof(VisualElement), defaultValue: null,
2141
var shadow =
Shadow
;
2146
_shadowChanged ??= (sender, e) => OnPropertyChanged(nameof(
Shadow
));
2157
var shadow =
Shadow
;
2170
OnPropertyChanged(nameof(
Shadow
));
2181
if (
Shadow
!= null)
2182
SetInheritedBindingContext(
Shadow
, BindingContext);