1 write to _shell
Microsoft.Maui.Controls (1)
Handlers\Shell\Windows\ShellHeaderView.cs (1)
34
_shell
= shell;
4 references to _shell
Microsoft.Maui.Controls (4)
Handlers\Shell\Windows\ShellHeaderView.cs (4)
29
if (
_shell
!= null)
30
_shell
.PropertyChanged -= OnShellPropertyChanged;
35
_shell
.PropertyChanged += OnShellPropertyChanged;
61
if (
_shell
is IShellController controller)