11 writes to _currentIteration
PresentationCore (11)
System\Windows\Media\Animation\Clock.cs (11)
891
_currentIteration
= null; // This node is not visited by ResetSlipOnSubtree
1163
_currentIteration
= null;
1327
_currentIteration
= value;
1799
_currentIteration
= null; // Therefore, we should reset both to reset our position
1980
_currentIteration
= 1;
1989
_currentIteration
= (Int32)repeatCount;
1994
_currentIteration
= (Int32)(repeatCount + 1.0d);
2015
_currentIteration
= 1;
2137
_currentIteration
= 1 + newIteration; // Officially, iterations are numbered from 1
2178
_currentIteration
= 1; // We have infinite duration, so iteration is 1
3405
current.
_currentIteration
= null;
7 references to _currentIteration
PresentationCore (7)
System\Windows\Media\Animation\Clock.cs (7)
193
return
_currentIteration
;
708
Int32? lastCurrentIteration =
_currentIteration
;
1322
return
_currentIteration
;
2239
newIteration =
_currentIteration
.HasValue ? iterationIncrement + (
_currentIteration
.Value - 1)
2521
if (CanGrow && _currentIterationBeginTime.HasValue &&
_currentIteration
.HasValue)
2524
presentAndFutureIterations -= (
_currentIteration
.Value - 1);