6 references to Filling
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (6)
2056if (_currentClockState == ClockState.Filling && repeatBehavior.HasCount && !_currentIterationBeginTime.HasValue) 2113&& (_currentClockState == ClockState.Filling || _parent.IsBackwardsProgressingGlobal)) 2186|| (_currentClockState == ClockState.Filling 2233if (_currentClockState == ClockState.Filling && expirationTime.HasValue && _currentIterationBeginTime >= expirationTime) 2794if (_currentClockState != ClockState.Filling) 3735_currentClockState = ClockState.Filling;