15 references to Active
PresentationCore (13)
System\Windows\Media\Animation\Clock.cs (11)
1961Debug.Assert(_currentClockState != ClockState.Active); 2139if (_currentClockState == ClockState.Active && parentSpeed != 0 && !NeedsTicksWhenActive) 2170Debug.Assert(_currentClockState == ClockState.Active 2289_currentClockState = ClockState.Active; 2293if (parentSpeed != 0 && _currentClockState == ClockState.Active && NeedsTicksWhenActive) 2308Debug.Assert(_currentClockState == ClockState.Active); // Must be active at this point 2375if (_currentClockState == ClockState.Active 2376&& _parent._currentClockState == ClockState.Active) 2399if (_currentClockState == ClockState.Active 2400&& _parent._currentClockState == ClockState.Active) 2421return (_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))