2 writes to CurrentTime
Microsoft.Maui (2)
Animations\Animation.cs (2)
195 CurrentTime += secondsSinceLastUpdate; 308 CurrentTime = 0;
2 references to CurrentTime
Microsoft.Maui (2)
Animations\Animation.cs (2)
212 var start = CurrentTime - StartDelay; 214 if (CurrentTime < StartDelay)