15 references to Active
PresentationCore (13)
System\Windows\Media\Animation\Clock.cs (11)
1963Debug.Assert(_currentClockState != ClockState.Active); 2141if (_currentClockState == ClockState.Active && parentSpeed != 0 && !NeedsTicksWhenActive) 2172Debug.Assert(_currentClockState == ClockState.Active 2291_currentClockState = ClockState.Active; 2295if (parentSpeed != 0 && _currentClockState == ClockState.Active && NeedsTicksWhenActive) 2310Debug.Assert(_currentClockState == ClockState.Active); // Must be active at this point 2377if (_currentClockState == ClockState.Active 2378&& _parent._currentClockState == ClockState.Active) 2401if (_currentClockState == ClockState.Active 2402&& _parent._currentClockState == ClockState.Active) 2423return (_currentClockState != ClockState.Active); // Proceed to calculate global speed if we are active
System\Windows\Media\Animation\ClockGroup.cs (2)
195if (currentClock != null && currentClock.CurrentState == ClockState.Active) 423InternalCurrentClockState = ClockState.Active;
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
592if (_blinkAnimationClock.CurrentState == ClockState.Active) 940if (visible && (!(_blinkAnimationClock.CurrentState == ClockState.Active) || positionChanged))