15 references to Active
PresentationCore (13)
System\Windows\Media\Animation\Clock.cs (11)
1958Debug.Assert(_currentClockState != ClockState.Active); 2136if (_currentClockState == ClockState.Active && parentSpeed != 0 && !NeedsTicksWhenActive) 2167Debug.Assert(_currentClockState == ClockState.Active 2286_currentClockState = ClockState.Active; 2290if (parentSpeed != 0 && _currentClockState == ClockState.Active && NeedsTicksWhenActive) 2305Debug.Assert(_currentClockState == ClockState.Active); // Must be active at this point 2372if (_currentClockState == ClockState.Active 2373&& _parent._currentClockState == ClockState.Active) 2396if (_currentClockState == ClockState.Active 2397&& _parent._currentClockState == ClockState.Active) 2418return (_currentClockState != ClockState.Active); // Proceed to calculate global speed if we are active
System\Windows\Media\Animation\ClockGroup.cs (2)
194if (currentClock != null && currentClock.CurrentState == ClockState.Active) 422InternalCurrentClockState = ClockState.Active;
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
591if (_blinkAnimationClock.CurrentState == ClockState.Active) 933if (visible && (!(_blinkAnimationClock.CurrentState == ClockState.Active) || positionChanged))