1 implementation of IFlyoutBehaviorObserver
Microsoft.Maui.Controls (1)
Handlers\Shell\Tizen\ShellView.cs (1)
18 public class ShellView : ViewGroup, IFlyoutBehaviorObserver, IToolbarContainer
7 references to IFlyoutBehaviorObserver
Microsoft.Maui.Controls (7)
Handlers\Shell\Tizen\ShellView.cs (1)
464 void IFlyoutBehaviorObserver.OnFlyoutBehaviorChanged(FlyoutBehavior behavior)
Shell\IShellController.cs (2)
35 void AddFlyoutBehaviorObserver(IFlyoutBehaviorObserver observer); 51 bool RemoveFlyoutBehaviorObserver(IFlyoutBehaviorObserver observer);
Shell\Shell.cs (4)
633 List<IFlyoutBehaviorObserver> _flyoutBehaviorObservers = new List<IFlyoutBehaviorObserver>(); 695 void IShellController.AddFlyoutBehaviorObserver(IFlyoutBehaviorObserver observer) 925 bool IShellController.RemoveFlyoutBehaviorObserver(IFlyoutBehaviorObserver observer)