2 writes to _lerp
Microsoft.Maui (2)
Animations\LerpingAnimation.cs (2)
86
return
_lerp
= Lerp.GetLerp(type);
88
set =>
_lerp
= value;
2 references to _lerp
Microsoft.Maui (2)
Animations\LerpingAnimation.cs (2)
79
if (
_lerp
!= null)
80
return
_lerp
;