8 writes to Value
Microsoft.Maui.Controls (8)
Tweener.cs (8)
75
Value
= 0.0f;
83
Value
= 0.0f;
124
Value
= Math.Min(1.0f, ms / (double)Length);
141
Value
= 0.0f;
147
Value
= 0.0f;
178
Value
= 1.0f;
183
Value
= 0.0f;
191
Value
= 0.0f;
4 references to Value
Microsoft.Maui.Controls (4)
AnimationExtensions.cs (2)
330
var tweenerValue = tweener.
Value
;
371
info.Callback(info.Easing.Ease(tweener.
Value
));
Tweener.cs (2)
129
if (wantedFrames > _frames ||
Value
>= 1.0f)
136
if (
Value
>= 1.0f)