2 implementations of IAppearanceObserver
Microsoft.Maui.Controls (2)
Handlers\Shell\ShellItemHandler.Tizen.cs (1)
6 public partial class ShellItemHandler : ElementHandler<ShellItem, ShellItemView>, IAppearanceObserver, IDisposable
Handlers\Shell\ShellSectionHandler.Tizen.cs (1)
8 public partial class ShellSectionHandler : ElementHandler<ShellSection, ShellSectionStackManager>, IAppearanceObserver, IDisposable
9 references to IAppearanceObserver
Microsoft.Maui.Controls (9)
Handlers\Shell\ShellItemHandler.Tizen.cs (1)
96 void IAppearanceObserver.OnAppearanceChanged(ShellAppearance appearance)
Handlers\Shell\ShellSectionHandler.Tizen.cs (1)
139 void IAppearanceObserver.OnAppearanceChanged(ShellAppearance appearance)
Shell\IShellController.cs (2)
33 void AddAppearanceObserver(IAppearanceObserver observer, Element pivot); 49 bool RemoveAppearanceObserver(IAppearanceObserver observer);
Shell\Shell.cs (5)
632 List<(IAppearanceObserver Observer, Element Pivot)> _appearanceObservers = new List<(IAppearanceObserver Observer, Element Pivot)>(); 687 void IShellController.AddAppearanceObserver(IAppearanceObserver observer, Element pivot) 762 var observer = Observer; 911 bool IShellController.RemoveAppearanceObserver(IAppearanceObserver observer)