4 writes to _currentIndex
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (4)
304
_currentIndex
= i;
331
_currentIndex
= ShellSectionController.GetItems().IndexOf(_currentContent);
351
_currentIndex
= newIndex;
519
_currentIndex
--;
3 references to _currentIndex
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (3)
340
var oldIndex =
_currentIndex
;
345
if (oldIndex == -1 &&
_currentIndex
<= newIndex)
518
if (e.OldStartingIndex <
_currentIndex
)