6 references to Filling
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (6)
2038if (_currentClockState == ClockState.Filling && repeatBehavior.HasCount && !_currentIterationBeginTime.HasValue) 2095&& (_currentClockState == ClockState.Filling || _parent.IsBackwardsProgressingGlobal)) 2168|| (_currentClockState == ClockState.Filling 2215if (_currentClockState == ClockState.Filling && expirationTime.HasValue && _currentIterationBeginTime >= expirationTime) 2776if (_currentClockState != ClockState.Filling) 3711_currentClockState = ClockState.Filling;