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)
391
if (
_lastTimeState
== TimeState.Stopped && _timeState == TimeState.Stopped) // We were stopped the whole time
400
if (
_lastTimeState
== TimeState.Stopped || _timeState == TimeState.Stopped)