2 implementations of IFlyoutBehaviorObserver
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
14
public class ShellFlyoutRenderer : UIViewController, IShellFlyoutRenderer,
IFlyoutBehaviorObserver
, IAppearanceObserver
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
19
public class ShellPageRendererTracker : IShellPageRendererTracker,
IFlyoutBehaviorObserver
7 references to IFlyoutBehaviorObserver
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
110
void
IFlyoutBehaviorObserver
.OnFlyoutBehaviorChanged(FlyoutBehavior behavior)
Shell\IShellController.cs (2)
35
void AddFlyoutBehaviorObserver(
IFlyoutBehaviorObserver
observer);
51
bool RemoveFlyoutBehaviorObserver(
IFlyoutBehaviorObserver
observer);
Shell\Shell.cs (4)
631
List<
IFlyoutBehaviorObserver
> _flyoutBehaviorObservers = new List<
IFlyoutBehaviorObserver
>();
693
void IShellController.AddFlyoutBehaviorObserver(
IFlyoutBehaviorObserver
observer)
923
bool IShellController.RemoveFlyoutBehaviorObserver(
IFlyoutBehaviorObserver
observer)