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