1 implementation of RemoveAppearanceObserver
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
909 bool IShellController.RemoveAppearanceObserver(IAppearanceObserver observer)
4 references to RemoveAppearanceObserver
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
250 ShellController.RemoveAppearanceObserver(this);
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (1)
148 shellController.RemoveAppearanceObserver(this);
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
255 ((IShellController)_context.Shell).RemoveAppearanceObserver(this);
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
217 ((IShellController)_shellContext.Shell).RemoveAppearanceObserver(this);