1 implementation of AddAppearanceObserver
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
687 void IShellController.AddAppearanceObserver(IAppearanceObserver observer, Element pivot)
3 references to AddAppearanceObserver
Microsoft.Maui.Controls (3)
Handlers\Shell\ShellItemHandler.Tizen.cs (2)
27 (view.FindParentOfType<Shell>() as IShellController)?.AddAppearanceObserver(this, VirtualView); 36 controller.AddAppearanceObserver(this, VirtualView);
Handlers\Shell\ShellSectionHandler.Tizen.cs (1)
66 (view.FindParentOfType<Shell>() as IShellController)?.AddAppearanceObserver(this, VirtualView);