1 write to s_tweeners
Microsoft.Maui.Controls (1)
AnimationExtensions.cs (1)
62 s_tweeners = new ConcurrentDictionary<int, Animation>();
7 references to s_tweeners
Microsoft.Maui.Controls (7)
AnimationExtensions.cs (7)
54 static internal int TweenersCounter => s_tweeners.Count; 74 s_tweeners[id] = animation; 79 s_tweeners.TryRemove(id, out _); 94 s_tweeners[id] = animation; 99 s_tweeners.TryRemove(id, out _); 108 if (s_tweeners.TryRemove(tickerId, out Animation animation)) 246 if (s_tweeners.TryGetValue(ticker, out Animation animation))