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