1 write to _defaultColor
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\BorderDrawable.cs (1)
47
_defaultColor
= defaultColor;
1 reference to _defaultColor
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\BorderDrawable.cs (1)
148
public Color BackgroundColor => BorderElement.BackgroundColor ??
_defaultColor
;