1 implementation of RemoveAppearanceObserver
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
911 bool IShellController.RemoveAppearanceObserver(IAppearanceObserver observer)
3 references to RemoveAppearanceObserver
Microsoft.Maui.Controls (3)
Handlers\Shell\ShellItemHandler.Tizen.cs (2)
45 controller.RemoveAppearanceObserver(this); 81 (VirtualView.FindParentOfType<Shell>() as IShellController)?.RemoveAppearanceObserver(this);
Handlers\Shell\ShellSectionHandler.Tizen.cs (1)
105 (VirtualView.FindParentOfType<Shell>() as IShellController)?.RemoveAppearanceObserver(this);