1 implementation of AppearanceChanged
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
739
void IShellController.
AppearanceChanged
(Element source, bool appearanceSet)
8 references to AppearanceChanged
Microsoft.Maui.Controls (8)
Shell\Shell.cs (4)
617
shell.
AppearanceChanged
(source, true);
1197
ShellController.
AppearanceChanged
(CurrentPage, false);
1661
shell.ShellController.
AppearanceChanged
(shell, false);
1665
shell.ShellController.
AppearanceChanged
(shell.CurrentItem.CurrentItem, false);
Shell\ShellItem.cs (2)
304
((IShellController)shellItem?.Parent)?.
AppearanceChanged
(shellItem, false);
344
((IShellController)Parent)?.
AppearanceChanged
(CurrentItem, false);
Shell\ShellSection.cs (2)
1002
((IShellController)shellSection?.Parent?.Parent)?.
AppearanceChanged
(shellSection, false);
1017
void SendAppearanceChanged() => ((IShellController)Parent?.Parent)?.
AppearanceChanged
(this, false);