2 implementations of OnFlyoutBehaviorChanged
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
110 void IFlyoutBehaviorObserver.OnFlyoutBehaviorChanged(FlyoutBehavior behavior)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
82 public void OnFlyoutBehaviorChanged(FlyoutBehavior behavior)
2 references to OnFlyoutBehaviorChanged
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
700 observer.OnFlyoutBehaviorChanged(GetEffectiveFlyoutBehavior()); 1870 _flyoutBehaviorObservers[i].OnFlyoutBehaviorChanged(behavior);