2 writes to Shell
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (2)
56
Shell
= Context.Shell;
258
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;
165
Shell
.SetValueFromRenderer(Shell.FlyoutIsPresentedProperty, value);
207
IShellController ShellController =>
Shell
;
237
((IShellController)
Shell
).AddFlyoutBehaviorObserver(this);
254
Shell
.PropertyChanged -= OnShellPropertyChanged;
255
((IShellController)
Shell
).RemoveFlyoutBehaviorObserver(this);
268
var isPresented =
Shell
.FlyoutIsPresented;
287
View.UpdateFlowDirection(
Shell
);
288
Flyout?.ViewController?.View.UpdateFlowDirection(
Shell
);
289
Detail?.View?.UpdateFlowDirection(
Shell
);