5 references to ValueUpdated
Microsoft.Maui.Controls (5)
AnimationExtensions.cs (3)
235 info.Tweener.ValueUpdated -= HandleTweenerUpdated; 271 tweener.ValueUpdated += HandleTweenerUpdated; 350 tweener.ValueUpdated -= HandleTweenerUpdated;
Tweener.cs (2)
131 ValueUpdated?.Invoke(this, EventArgs.Empty); 180 ValueUpdated?.Invoke(this, EventArgs.Empty);