6 references to Filling
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (6)
2042if (_currentClockState == ClockState.Filling && repeatBehavior.HasCount && !_currentIterationBeginTime.HasValue) 2099&& (_currentClockState == ClockState.Filling || _parent.IsBackwardsProgressingGlobal)) 2172|| (_currentClockState == ClockState.Filling 2219if (_currentClockState == ClockState.Filling && expirationTime.HasValue && _currentIterationBeginTime >= expirationTime) 2780if (_currentClockState != ClockState.Filling) 3718_currentClockState = ClockState.Filling;