2 writes to _lastTimeState
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (2)
79_lastTimeState = TimeState.Stopped; 410_lastTimeState = _timeState;
2 references to _lastTimeState
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (2)
391if (_lastTimeState == TimeState.Stopped && _timeState == TimeState.Stopped) // We were stopped the whole time 400if (_lastTimeState == TimeState.Stopped || _timeState == TimeState.Stopped)