2 writes to _modal
Microsoft.Maui.Controls.Compatibility (2)
Android\AppCompat\Platform.cs (2)
643
_modal
= modal;
673
_modal
= null;
5 references to _modal
Microsoft.Maui.Controls.Compatibility (5)
Android\AppCompat\Platform.cs (5)
656
_modal
.PropertyChanged += OnModalPagePropertyChanged;
671
_modal
.ClearValue(RendererProperty);
672
_modal
.PropertyChanged -= OnModalPagePropertyChanged;
691
_modal
.Layout(new Rect(0, 0, Context.FromPixels(r - l), Context.FromPixels(b - t)));
706
Color modalBkgndColor =
_modal
.BackgroundColor;