15 references to Active
PresentationCore (13)
System\Windows\Media\Animation\Clock.cs (11)
1976Debug.Assert(_currentClockState != ClockState.Active); 2154if (_currentClockState == ClockState.Active && parentSpeed != 0 && !NeedsTicksWhenActive) 2185Debug.Assert(_currentClockState == ClockState.Active 2304_currentClockState = ClockState.Active; 2308if (parentSpeed != 0 && _currentClockState == ClockState.Active && NeedsTicksWhenActive) 2323Debug.Assert(_currentClockState == ClockState.Active); // Must be active at this point 2390if (_currentClockState == ClockState.Active 2391&& _parent._currentClockState == ClockState.Active) 2414if (_currentClockState == ClockState.Active 2415&& _parent._currentClockState == ClockState.Active) 2436return (_currentClockState != ClockState.Active); // Proceed to calculate global speed if we are active
System\Windows\Media\Animation\ClockGroup.cs (2)
200if (currentClock != null && currentClock.CurrentState == ClockState.Active) 428InternalCurrentClockState = ClockState.Active;
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
596if (_blinkAnimationClock.CurrentState == ClockState.Active) 940if (visible && (!(_blinkAnimationClock.CurrentState == ClockState.Active) || positionChanged))