2 writes to HasSeekOccuredAfterLastTick
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
3094
HasSeekOccuredAfterLastTick
= seekedAlignedToLastTick || (_rootData.PendingSeekDestination != null); // We may have a seek request pending
3133
HasSeekOccuredAfterLastTick
= seekedAlignedToLastTick || _parent.HasSeekOccuredAfterLastTick; // We may have a seek request pending
4 references to HasSeekOccuredAfterLastTick
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
2944
(!parentIntervalCollection.IsEmptyOfRealPoints ||
HasSeekOccuredAfterLastTick
))
3133
HasSeekOccuredAfterLastTick = seekedAlignedToLastTick || _parent.
HasSeekOccuredAfterLastTick
; // We may have a seek request pending
3176
Debug.Assert(
HasSeekOccuredAfterLastTick
||
3202
if (
HasSeekOccuredAfterLastTick
) // We have seeked, see if we fell into a sync period