1 write to _totalAnimationTime
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ImageAnimationHelper.cs (1)
76 _totalAnimationTime += delayTime;
3 references to _totalAnimationTime
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ImageAnimationHelper.cs (3)
84 if (_totalAnimationTime <= 0.0f) 94 currentTime += _delayTimes[i] / _totalAnimationTime; 105 Duration = _totalAnimationTime,