5 references to FirstNodeTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (4)
3156(!parentIntervalCollection.IsEmptyOfRealPoints && parentIntervalCollection.FirstNodeTime <= currentParentTimePT)); 3229parentIntervalCollection.FirstNodeTime : 3297Debug.Assert(parentIntervalCollection.IsEmptyOfRealPoints || parentIntervalCollection.FirstNodeTime <= currentParentTimePT); 3302: parentIntervalCollection.FirstNodeTime;
System\Windows\Media\Animation\TimeIntervalCollection.cs (1)
1003long firstNodePeriod = (FirstNodeTime - beginTime).Ticks / periodInTicks;