6 references to IFlyoutBehaviorObserver
Microsoft.Maui.Controls (6)
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)