1 implementation of RemoveFlyoutBehaviorObserver
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
923 bool IShellController.RemoveFlyoutBehaviorObserver(IFlyoutBehaviorObserver observer)
3 references to RemoveFlyoutBehaviorObserver
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
255 ((IShellController)Shell).RemoveFlyoutBehaviorObserver(this);
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
218 shellController.RemoveFlyoutBehaviorObserver(this); 885 ((IShellController)_context.Shell).RemoveFlyoutBehaviorObserver(this);