2 writes to _currentSection
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (2)
174 _currentSection = null; 370 _currentSection = shellSection;
7 references to _currentSection
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (7)
140 if (_currentSection != null) 141 ((IShellSectionController)_currentSection).RemoveDisplayedPageObserver(this); 358 if (shellSection == null || _currentSection == shellSection) 365 if (_currentSection != null) 367 ((IShellSectionController)_currentSection).RemoveDisplayedPageObserver(this); 372 if (_currentSection != null) 374 ((IShellSectionController)_currentSection).AddDisplayedPageObserver(this, OnDisplayedPageChanged);