Implemented interface member:
property
Shell
Microsoft.Maui.Controls.Platform.Compatibility.IShellContext.Shell
8 references to Shell
Microsoft.Maui.Controls (8)
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (8)
26 => Shell?.CurrentPage?.OnThisPlatform()?.PrefersHomeIndicatorAutoHidden() ?? base.PrefersHomeIndicatorAutoHidden; 30 => Shell?.CurrentPage?.OnThisPlatform()?.PrefersStatusBarHidden() == StatusBarHiddenMode.True; 36 var mode = Shell?.CurrentPage?.OnThisPlatform()?.PreferredStatusBarUpdateAnimation(); 54 ShellSection shellSection = Shell?.CurrentItem?.CurrentItem; 233 var currentItem = Shell.CurrentItem; 313 value.ShellItem != this.Shell.CurrentItem) 358 var color = Shell.BackgroundColor?.ToPlatform(); 367 if (Shell.CurrentItem == null)