1 implementation of AddAppearanceObserver
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
685
void IShellController.
AddAppearanceObserver
(IAppearanceObserver observer, Element pivot)
4 references to AddAppearanceObserver
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
90
ShellController.
AddAppearanceObserver
(this, Shell);
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (1)
249
((IShellController)_context.Shell).
AddAppearanceObserver
(this, shellItem);
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
493
((IShellController)_context.Shell).
AddAppearanceObserver
(this, ShellSection);
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
198
((IShellController)_shellContext.Shell).
AddAppearanceObserver
(this, ShellSection);