2 writes to _backgroundView
Microsoft.Maui.Controls.Compatibility (2)
Android\AppCompat\Platform.cs (2)
645
_backgroundView
= new AView(context);
679
_backgroundView
= null;
6 references to _backgroundView
Microsoft.Maui.Controls.Compatibility (6)
Android\AppCompat\Platform.cs (6)
647
AddView(
_backgroundView
);
676
if (
_backgroundView
!= null)
678
_backgroundView
.Dispose();
692
_backgroundView
.Layout(0, 0, r - l, b - t);
708
_backgroundView
.SetWindowBackground();
710
_backgroundView
.SetBackgroundColor(modalBkgndColor.ToAndroid());