10 references to _animations
Microsoft.Maui (10)
Animations\AnimationManager.cs (10)
43 if (!_animations.Contains(animation)) 44 _animations.Add(animation); 52 _animations.TryRemove(animation); 54 if (_animations.Count == 0) 87 var animations = new List<Animation>(_animations); 90 if (_animations.Count == 0) 97 _animations.TryRemove(animation); 106 _animations.TryRemove(animation); 132 var animations = new List<Animation>(_animations); 139 _animations.TryRemove(animation);