3 references to GetCallback
Microsoft.Maui.Controls (3)
Animation.cs (1)
95 Action<double> callback = animation.GetCallback();
AnimationExtensions.cs (2)
140 self.Animate(name, animation.GetCallback(), rate, length, easing, finished, null); 150 self.Animate(name, animation.GetCallback(), rate, length, easing, finished, r);