2 implementations of OnAppearanceChanged
Microsoft.Maui.Controls (2)
Handlers\Shell\ShellItemHandler.Tizen.cs (1)
96 void IAppearanceObserver.OnAppearanceChanged(ShellAppearance appearance)
Handlers\Shell\ShellSectionHandler.Tizen.cs (1)
139 void IAppearanceObserver.OnAppearanceChanged(ShellAppearance appearance)
2 references to OnAppearanceChanged
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
692 observer.OnAppearanceChanged(appearance); 784 observer.OnAppearanceChanged(appearance);