2 writes to _shellContext
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (2)
54 _shellContext = shellContext; 211 _shellContext = null;
9 references to _shellContext
Microsoft.Maui.Controls (9)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (9)
55 _shellContext.Shell.PropertyChanged += HandleShellPropertyChanged; 112 var tracker = _shellContext.CreatePageRendererTracker(); 150 var application = _shellContext?.Shell?.FindMauiContext().Services.GetService<IApplication>(); 164 if (_shellContext?.Shell != null) 165 _shellContext.Shell.PropertyChanged -= HandleShellPropertyChanged; 208 _shellContext.Shell.PropertyChanged -= HandleShellPropertyChanged; 468 _header = CreateShellSectionRootHeader(_shellContext); 492 if (_shellContext?.Shell?.CurrentItem?.CurrentItem == ShellSection) 493 this.View.UpdateFlowDirection(_shellContext.Shell);