3 writes to _pageAnimation
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (3)
157 _pageAnimation = null; 359 _pageAnimation = null; 360 _pageAnimation = CreateContentAnimator(oldRenderer, currentRenderer, oldIndex, newIndex, _containerArea);
5 references to _pageAnimation
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (5)
156 _pageAnimation?.StopAnimation(true); 358 _pageAnimation?.StopAnimation(true); 362 if (_pageAnimation != null) 364 _pageAnimation.AddCompletion((p) => 375 _pageAnimation.StartAnimation();