1 instantiation of AnimationManager
Microsoft.Maui (1)
Hosting\Animations\AppHostBuilderExtensions.cs (1)
21
builder.Services.TryAddScoped<IAnimationManager>(svcs => new
AnimationManager
(svcs.GetRequiredService<ITicker>()));
1 reference to AnimationManager
Microsoft.Maui (1)
Animations\AnimationManager.cs (1)
14
/// Instantiate a new <see cref="
AnimationManager
"/> object.