6 references to Filling
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (6)
2041if (_currentClockState == ClockState.Filling && repeatBehavior.HasCount && !_currentIterationBeginTime.HasValue) 2098&& (_currentClockState == ClockState.Filling || _parent.IsBackwardsProgressingGlobal)) 2171|| (_currentClockState == ClockState.Filling 2218if (_currentClockState == ClockState.Filling && expirationTime.HasValue && _currentIterationBeginTime >= expirationTime) 2779if (_currentClockState != ClockState.Filling) 3717_currentClockState = ClockState.Filling;