1 implementation of AppearanceChanged
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
741
void IShellController.
AppearanceChanged
(Element source, bool appearanceSet)
8 references to AppearanceChanged
Microsoft.Maui.Controls (8)
Shell\Shell.cs (4)
619
shell.
AppearanceChanged
(source, true);
1199
ShellController.
AppearanceChanged
(CurrentPage, false);
1663
shell.ShellController.
AppearanceChanged
(shell, false);
1667
shell.ShellController.
AppearanceChanged
(shell.CurrentItem.CurrentItem, false);
Shell\ShellItem.cs (2)
306
((IShellController)shellItem?.Parent)?.
AppearanceChanged
(shellItem, false);
346
((IShellController)Parent)?.
AppearanceChanged
(CurrentItem, false);
Shell\ShellSection.cs (2)
1015
((IShellController)shellSection?.Parent?.Parent)?.
AppearanceChanged
(shellSection, false);
1030
void SendAppearanceChanged() => ((IShellController)Parent?.Parent)?.
AppearanceChanged
(this, false);