4 writes to _currentContent
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (4)
215 _currentContent = null; 303 _currentContent = currentItem; 330 _currentContent = newContent; 350 _currentContent = newContent;
4 references to _currentContent
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (4)
323 var oldContent = _currentContent; 328 if (_currentContent == null) 331 _currentIndex = ShellSectionController.GetItems().IndexOf(_currentContent); 510 if (_currentContent == oldItem)