2 writes to _currentSection
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (2)
173 _currentSection = null; 369 _currentSection = shellSection;
7 references to _currentSection
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (7)
139 if (_currentSection != null) 140 ((IShellSectionController)_currentSection).RemoveDisplayedPageObserver(this); 357 if (shellSection == null || _currentSection == shellSection) 364 if (_currentSection != null) 366 ((IShellSectionController)_currentSection).RemoveDisplayedPageObserver(this); 371 if (_currentSection != null) 373 ((IShellSectionController)_currentSection).AddDisplayedPageObserver(this, OnDisplayedPageChanged);