5 references to FirstNodeTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (4)
3163
(!parentIntervalCollection.IsEmptyOfRealPoints && parentIntervalCollection.
FirstNodeTime
<= currentParentTimePT));
3236
parentIntervalCollection.
FirstNodeTime
:
3304
Debug.Assert(parentIntervalCollection.IsEmptyOfRealPoints || parentIntervalCollection.
FirstNodeTime
<= currentParentTimePT);
3309
: parentIntervalCollection.
FirstNodeTime
;
System\Windows\Media\Animation\TimeIntervalCollection.cs (1)
1004
long firstNodePeriod = (
FirstNodeTime
- beginTime).Ticks / periodInTicks;