1 write to s_kinetics
Microsoft.Maui.Controls (1)
AnimationExtensions.cs (1)
61 s_kinetics = new Dictionary<AnimatableKey, int>();
6 references to s_kinetics
Microsoft.Maui.Controls (6)
AnimationExtensions.cs (6)
119 if (!s_animations.ContainsKey(key) && !s_kinetics.ContainsKey(key)) 244 if (s_kinetics.TryGetValue(key, out var ticker)) 252 s_kinetics.Remove(key); 311 if (s_kinetics.TryGetValue(key, out var ticker)) 315 s_kinetics.Remove(key); 319 s_kinetics[key] = tick;