2 writes to _isAnimatingOut
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (2)
357 _isAnimatingOut = oldRenderer; 452 _isAnimatingOut = null;
2 references to _isAnimatingOut
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (2)
221 if (_isAnimatingOut != null) 515 if (oldRenderer == _isAnimatingOut)