2 writes to _shellSection
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (2)
29 _shellSection = value; 284 _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; 242 if (_shellSection != null) 244 _shellSection.PropertyChanged -= HandlePropertyChanged; 351 var renderer = (IPlatformViewHandler)page.ToHandler(_shellSection.FindMauiContext()); 416 var pages = _shellSection.Stack.ToList(); 432 var pages = _shellSection.Stack.ToList(); 621 var renderer = (IPlatformViewHandler)page.ToHandler(_shellSection.FindMauiContext()); 648 var poppedPage = _shellSection.Stack[_shellSection.Stack.Count - 1]; 651 ((IShellSectionController)_shellSection).SendPopping(popTask);