2 writes to Shell
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (2)
56
Shell
= Context.Shell;
261
Shell
= null;
12 references to Shell
Microsoft.Maui.Controls (12)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (12)
59
Shell
.PropertyChanged += OnShellPropertyChanged;
90
ShellController.AddAppearanceObserver(this,
Shell
);
91
IsOpen =
Shell
.FlyoutIsPresented;
168
Shell
.SetValueFromRenderer(Shell.FlyoutIsPresentedProperty, value);
210
IShellController ShellController =>
Shell
;
240
((IShellController)
Shell
).AddFlyoutBehaviorObserver(this);
257
Shell
.PropertyChanged -= OnShellPropertyChanged;
258
((IShellController)
Shell
).RemoveFlyoutBehaviorObserver(this);
271
var isPresented =
Shell
.FlyoutIsPresented;
290
View.UpdateFlowDirection(
Shell
);
291
Flyout?.ViewController?.View.UpdateFlowDirection(
Shell
);
292
Detail?.View?.UpdateFlowDirection(
Shell
);