1 implementation of Remove
Microsoft.Maui (1)
Animations\AnimationManager.cs (1)
50 public void Remove(Animation animation)
3 references to Remove
Microsoft.Maui (2)
Animations\Animation.cs (2)
321 animationManger?.Remove(this); 364 animationManger?.Remove(this);
Microsoft.Maui.Controls (1)
AnimationExtensions.cs (1)
110 animationManager.Remove(animation);