4 writes to PendingSeekDestination
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (4)
878_rootData.PendingSeekDestination = destination; 995_rootData.PendingSeekDestination = effectiveDuration.Value; // Seek to the end time 1012_rootData.PendingSeekDestination = null; 1820_rootData.PendingSeekDestination = null;
3 references to PendingSeekDestination
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
1806if (_rootData.PendingSeekDestination.HasValue && !HasDescendantsWithUnresolvedDuration) 1811_beginTime = CurrentGlobalTime - DivideTimeSpan(_rootData.PendingSeekDestination.Value, _appliedSpeedRatio); 3096HasSeekOccuredAfterLastTick = seekedAlignedToLastTick || (_rootData.PendingSeekDestination != null); // We may have a seek request pending