6 references to Filling
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
2059if (_currentClockState == ClockState.Filling && repeatBehavior.HasCount && !_currentIterationBeginTime.HasValue) 2116&& (_currentClockState == ClockState.Filling || _parent.IsBackwardsProgressingGlobal)) 2189|| (_currentClockState == ClockState.Filling 2236if (_currentClockState == ClockState.Filling && expirationTime.HasValue && _currentIterationBeginTime >= expirationTime) 2796if (_currentClockState != ClockState.Filling) 3743_currentClockState = ClockState.Filling;