14 writes to _currentIterationBeginTime
PresentationCore (14)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (14)
650
current.
_currentIterationBeginTime
= current._beginTime;
908
_currentIterationBeginTime
= _beginTime;
1814
_currentIterationBeginTime
= _beginTime; // We relied on a combination of _currentIterationBeginTime and _currentIteration for our state
1840
_currentIterationBeginTime
= _beginTime; // We should be just starting our first iteration now
1861
_currentIterationBeginTime
+= _timeManager.LastTickDelta;
1887
_currentIterationBeginTime
= previewParentTime - MultiplyTimeSpan(previewParentTime - _currentIterationBeginTime.Value,
2232
_currentIterationBeginTime
+= _currentDuration.TimeSpan + MultiplyTimeSpan(_resolvedDuration.TimeSpan, iterationIncrement - 1);
2240
_currentIterationBeginTime
-= _resolvedDuration.TimeSpan;
2244
_currentIterationBeginTime
-= _currentDuration.TimeSpan;
2714
_currentIterationBeginTime
= null;
3276
_currentIterationBeginTime
+= timeIntoSyncPeriodPT;
3391
_currentIterationBeginTime
+= parentTimeSlipPT;
3432
current.
_currentIterationBeginTime
= current._beginTime; // ...reset its current iteration as well
3649
_currentIterationBeginTime
= null;
21 references to _currentIterationBeginTime
PresentationCore (21)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (21)
1859
if (
_currentIterationBeginTime
.HasValue) // One of our descendants has set this flag on us
1884
if (
_currentIterationBeginTime
.HasValue)
1887
_currentIterationBeginTime = previewParentTime - MultiplyTimeSpan(previewParentTime -
_currentIterationBeginTime
.Value,
1968
TimeSpan beginTimeForOffsetComputation =
_currentIterationBeginTime
.HasValue ?
_currentIterationBeginTime
.Value
2059
if (_currentClockState == ClockState.Filling && repeatBehavior.HasCount && !
_currentIterationBeginTime
.HasValue)
2101
if (
_currentIterationBeginTime
.HasValue)
2208
Debug.Assert(
_currentIterationBeginTime
.HasValue, "ComputeCurrentIterationWithGrow should only be called when _currentIterationBeginTime has a value.");
2212
TimeSpan offsetFromBegin = MultiplyTimeSpan(parentTime -
_currentIterationBeginTime
.Value, _appliedSpeedRatio);
2236
if (_currentClockState == ClockState.Filling && expirationTime.HasValue &&
_currentIterationBeginTime
>= expirationTime)
2537
if (CanGrow &&
_currentIterationBeginTime
.HasValue && _currentIteration.HasValue)
2541
previousIterationDuration =
_currentIterationBeginTime
.Value - _beginTime.Value;
2670
Debug.Assert(!
_currentIterationBeginTime
.HasValue, "_currentIterationBeginTime should not have a value when _beginTime has no value.");
2824
TimeSpan relativeBeginTime =
_currentIterationBeginTime
.HasValue ?
_currentIterationBeginTime
.Value : _beginTime.Value;
2851
TimeSpan relativeBeginTime =
_currentIterationBeginTime
.HasValue ?
_currentIterationBeginTime
.Value : _beginTime.Value;
3199
TimeSpan relativeBeginTimePT =
_currentIterationBeginTime
.HasValue ?
_currentIterationBeginTime
.Value : _beginTime.Value;
3274
if (
_currentIterationBeginTime
.HasValue)
3389
if (
_currentIterationBeginTime
.HasValue)