1 implementation of RemoveDisplayedPageObserver
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
90 bool IShellSectionController.RemoveDisplayedPageObserver(object observer)
3 references to RemoveDisplayedPageObserver
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (2)
141 ((IShellSectionController)_currentSection).RemoveDisplayedPageObserver(this); 367 ((IShellSectionController)_currentSection).RemoveDisplayedPageObserver(this);
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
246 ((IShellSectionController)ShellSection).RemoveDisplayedPageObserver(this);