3 references to IAnimator
Microsoft.Maui (3)
Animations\Animation.cs (2)
49
internal WeakReference<
IAnimator
>? Parent { get; set; }
339
IAnimator
? view = null;
Animations\IAnimator.cs (1)
4
/// Objects implementing the <see cref="
IAnimator
"/> interface can act as parent objects for <see cref="Animation"/> objects.