5 references to FirstNodeTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (4)
3177(!parentIntervalCollection.IsEmptyOfRealPoints && parentIntervalCollection.FirstNodeTime <= currentParentTimePT)); 3250parentIntervalCollection.FirstNodeTime : 3318Debug.Assert(parentIntervalCollection.IsEmptyOfRealPoints || parentIntervalCollection.FirstNodeTime <= currentParentTimePT); 3323: parentIntervalCollection.FirstNodeTime;
System\Windows\Media\Animation\TimeIntervalCollection.cs (1)
1009long firstNodePeriod = (FirstNodeTime - beginTime).Ticks / periodInTicks;