2 writes to _shellSection
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (2)
29 _shellSection = value; 291 _shellSection = null;
13 references to _shellSection
Microsoft.Maui.Controls (13)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (13)
24 get { return _shellSection; } 27 if (_shellSection == value) 32 _shellSection.PropertyChanged += HandlePropertyChanged; 33 ((IShellSectionController)_shellSection).NavigationRequested += OnNavigationRequested; 249 if (_shellSection != null) 251 _shellSection.PropertyChanged -= HandlePropertyChanged; 358 var renderer = (IPlatformViewHandler)page.ToHandler(_shellSection.FindMauiContext()); 424 var pages = _shellSection.Stack.ToList(); 441 var pages = _shellSection.Stack.ToList(); 643 var renderer = (IPlatformViewHandler)page.ToHandler(_shellSection.FindMauiContext()); 670 var poppedPage = _shellSection.Stack[_shellSection.Stack.Count - 1]; 673 ((IShellSectionController)_shellSection).SendPopping(popTask);