4 writes to _backgroundDrawable
Microsoft.Maui.Controls.Compatibility (4)
Android\FastRenderers\FrameRenderer.cs (4)
137 _backgroundDrawable = null; 175 _backgroundDrawable = new GradientDrawable(); 297 _backgroundDrawable = null; 300 _backgroundDrawable = new GradientDrawable();
13 references to _backgroundDrawable
Microsoft.Maui.Controls.Compatibility (13)
Android\FastRenderers\FrameRenderer.cs (13)
134 if (_backgroundDrawable != null) 136 _backgroundDrawable.Dispose(); 176 _backgroundDrawable.SetShape(ShapeType.Rectangle); 177 this.SetBackground(_backgroundDrawable); 282 _backgroundDrawable.SetColor(bgColor?.ToAndroid() ?? AColor.White); 294 if (_backgroundDrawable.UseGradients()) 296 _backgroundDrawable.Dispose(); 301 _backgroundDrawable.SetShape(ShapeType.Rectangle); 302 this.SetBackground(_backgroundDrawable); 311 _backgroundDrawable.UpdateBackground(background, _height, _width); 323 _backgroundDrawable.SetStroke(0, AColor.Transparent); 325 _backgroundDrawable.SetStroke(3, borderColor.ToAndroid()); 361 _backgroundDrawable.SetCornerRadius(cornerRadius);