1 write to Owner
Microsoft.Maui.Controls (1)
AnimationExtensions.cs (1)
278
info.
Owner
= new WeakReference<IAnimatable>(self);
2 references to Owner
Microsoft.Maui.Controls (2)
AnimationExtensions.cs (2)
331
info.
Owner
.TryGetTarget(out IAnimatable owner);
368
if (o is Tweener tweener && s_animations.TryGetValue(tweener.Handle, out Info info) && info.
Owner
.TryGetTarget(out IAnimatable owner))