4 writes to PendingSeekDestination
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
862
_rootData.
PendingSeekDestination
= destination;
979
_rootData.
PendingSeekDestination
= effectiveDuration.Value; // Seek to the end time
996
_rootData.
PendingSeekDestination
= null;
1804
_rootData.
PendingSeekDestination
= null;
3 references to PendingSeekDestination
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
1790
if (_rootData.
PendingSeekDestination
.HasValue && !HasDescendantsWithUnresolvedDuration)
1795
_beginTime = CurrentGlobalTime - DivideTimeSpan(_rootData.
PendingSeekDestination
.Value, _appliedSpeedRatio);
3080
HasSeekOccuredAfterLastTick = seekedAlignedToLastTick || (_rootData.
PendingSeekDestination
!= null); // We may have a seek request pending