1 write to s_animations
Microsoft.Maui.Controls (1)
AnimationExtensions.cs (1)
60 s_animations = new Dictionary<AnimatableKey, Info>();
9 references to s_animations
Microsoft.Maui.Controls (9)
AnimationExtensions.cs (9)
119 if (!s_animations.ContainsKey(key) && !s_kinetics.ContainsKey(key)) 204 return s_animations.ContainsKey(key); 229 while (s_animations.ContainsKey(key)) 231 Info info = s_animations[key]; 233 s_animations.Remove(key); 280 s_animations[key] = info; 328 if (tweener != null && s_animations.TryGetValue(tweener.Handle, out Info info)) 349 s_animations.Remove(tweener.Handle); 368 if (o is Tweener tweener && s_animations.TryGetValue(tweener.Handle, out Info info) && info.Owner.TryGetTarget(out IAnimatable owner))