15 references to Active
PresentationCore (13)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (11)
1979Debug.Assert(_currentClockState != ClockState.Active); 2157if (_currentClockState == ClockState.Active && parentSpeed != 0 && !NeedsTicksWhenActive) 2188Debug.Assert(_currentClockState == ClockState.Active 2307_currentClockState = ClockState.Active; 2311if (parentSpeed != 0 && _currentClockState == ClockState.Active && NeedsTicksWhenActive) 2326Debug.Assert(_currentClockState == ClockState.Active); // Must be active at this point 2393if (_currentClockState == ClockState.Active 2394&& _parent._currentClockState == ClockState.Active) 2417if (_currentClockState == ClockState.Active 2418&& _parent._currentClockState == ClockState.Active) 2439return (_currentClockState != ClockState.Active); // Proceed to calculate global speed if we are active
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
202if (currentClock != null && currentClock.CurrentState == ClockState.Active) 430InternalCurrentClockState = ClockState.Active;
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
600if (_blinkAnimationClock.CurrentState == ClockState.Active) 944if (visible && (!(_blinkAnimationClock.CurrentState == ClockState.Active) || positionChanged))