1 write to _shell
Microsoft.Maui.Controls (1)
Handlers\Shell\Windows\ShellFooterView.cs (1)
37
_shell
= shell;
4 references to _shell
Microsoft.Maui.Controls (4)
Handlers\Shell\Windows\ShellFooterView.cs (4)
32
if (
_shell
!= null)
33
_shell
.PropertyChanged -= OnShellPropertyChanged;
38
_shell
.PropertyChanged += OnShellPropertyChanged;
64
if (
_shell
is IShellController controller)