18 instantiations of Lerp
Microsoft.Maui (18)
Animations\Lerp.cs (18)
11
[typeof(int)] = new
Lerp
20
[typeof(short)] = new
Lerp
29
[typeof(byte)] = new
Lerp
38
[typeof(float)] = new
Lerp
47
[typeof(double)] = new
Lerp
56
[typeof(long)] = new
Lerp
65
[typeof(bool)] = new
Lerp
70
[typeof(uint)] = new
Lerp
80
[typeof(Color)] = new
Lerp
89
[typeof(RectF)] = new
Lerp
99
[typeof(Rect)] = new
Lerp
109
[typeof(PointF)] = new
Lerp
119
[typeof(Point)] = new
Lerp
129
[typeof(SizeF)] = new
Lerp
139
[typeof(Size)] = new
Lerp
149
[typeof(Thickness)] = new
Lerp
159
[typeof(SolidPaint)] = new
Lerp
168
[typeof(object)] = new
Lerp
7 references to Lerp
Microsoft.Maui (7)
Animations\Lerp.cs (4)
9
public static readonly Dictionary<Type,
Lerp
> Lerps = new Dictionary<Type,
Lerp
>()
174
public static
Lerp
? GetLerp(Type type)
176
Lerp
? lerp;
Animations\LerpingAnimation.cs (3)
69
Lerp
? _lerp;
75
public
Lerp
? Lerp
86
return _lerp =
Lerp
.GetLerp(type);