4 writes to PendingSeekDestination
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
875_rootData.PendingSeekDestination = destination; 992_rootData.PendingSeekDestination = effectiveDuration.Value; // Seek to the end time 1009_rootData.PendingSeekDestination = null; 1817_rootData.PendingSeekDestination = null;
3 references to PendingSeekDestination
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
1803if (_rootData.PendingSeekDestination.HasValue && !HasDescendantsWithUnresolvedDuration) 1808_beginTime = CurrentGlobalTime - DivideTimeSpan(_rootData.PendingSeekDestination.Value, _appliedSpeedRatio); 3094HasSeekOccuredAfterLastTick = seekedAlignedToLastTick || (_rootData.PendingSeekDestination != null); // We may have a seek request pending