1 implementation of AddFlyoutBehaviorObserver
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
693 void IShellController.AddFlyoutBehaviorObserver(IFlyoutBehaviorObserver observer)
2 references to AddFlyoutBehaviorObserver
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
237 ((IShellController)Shell).AddFlyoutBehaviorObserver(this);
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
213 ((IShellController)_context.Shell).AddFlyoutBehaviorObserver(this);