2 writes to _backdropBrush
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (2)
22
_backdropBrush
= Brush.Default;
26
_backdropBrush
= appearance.FlyoutBackdrop;
2 references to _backdropBrush
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (2)
316
TapoffView.UpdateBackground(
_backdropBrush
);
318
if (Brush.IsNullOrEmpty(
_backdropBrush
))