3 writes to Brush
Microsoft.Maui.Controls (3)
ShadowTypeConverter.cs (3)
90 Brush = brush, 105 Brush = brush 120 Brush = brush,
4 references to Brush
Microsoft.Maui.Controls (4)
Shadow.cs (3)
14 /// <summary>Bindable property for <see cref="Brush"/>.</summary> 15 public static readonly BindableProperty BrushProperty = BindableProperty.Create(nameof(Brush), typeof(Brush), typeof(Shadow), Brush.Black); 20 Paint IShadow.Paint => Brush;
ShadowTypeConverter.cs (1)
155 var color = (shadow.Brush as SolidColorBrush)?.Color.ToHex();