1 write to animationManger
Microsoft.Maui (1)
Animations\Animation.cs (1)
254 this.animationManger = animationManger;
5 references to animationManger
Microsoft.Maui (4)
Animations\Animation.cs (4)
178 public IAnimationManager? AnimationManager => animationManger; 321 animationManger?.Remove(this); 330 animationManger?.Add(this); 364 animationManger?.Remove(this);
Microsoft.Maui.Controls (1)
Animation.cs (1)
167 return animationManger?.Ticker?.SystemEnabled ?? false;