2 writes to HasSeekOccuredAfterLastTick
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
3096HasSeekOccuredAfterLastTick = seekedAlignedToLastTick || (_rootData.PendingSeekDestination != null); // We may have a seek request pending 3138HasSeekOccuredAfterLastTick = seekedAlignedToLastTick || _parent.HasSeekOccuredAfterLastTick; // We may have a seek request pending
4 references to HasSeekOccuredAfterLastTick
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (4)
2946(!parentIntervalCollection.IsEmptyOfRealPoints || HasSeekOccuredAfterLastTick)) 3138HasSeekOccuredAfterLastTick = seekedAlignedToLastTick || _parent.HasSeekOccuredAfterLastTick; // We may have a seek request pending 3181Debug.Assert(HasSeekOccuredAfterLastTick || 3207if (HasSeekOccuredAfterLastTick) // We have seeked, see if we fell into a sync period