12 references to Stopped
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
3888
return (_timeManager != null) && (_timeManager.State != TimeState.
Stopped
);
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (11)
78
_timeState = TimeState.
Stopped
;
79
_lastTimeState = TimeState.
Stopped
;
135
if (_timeState == TimeState.
Stopped
)
311
if (_timeState == TimeState.
Stopped
)
339
_timeState = TimeState.
Stopped
;
391
if (_lastTimeState == TimeState.
Stopped
&& _timeState == TimeState.
Stopped
) // We were stopped the whole time
400
if (_lastTimeState == TimeState.
Stopped
|| _timeState == TimeState.
Stopped
)
568
case TimeState.
Stopped
:
743
return (_timeState == TimeState.
Stopped
);