5 references to FirstNodeTime
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (4)
3182(!parentIntervalCollection.IsEmptyOfRealPoints && parentIntervalCollection.FirstNodeTime <= currentParentTimePT)); 3255parentIntervalCollection.FirstNodeTime : 3324Debug.Assert(parentIntervalCollection.IsEmptyOfRealPoints || parentIntervalCollection.FirstNodeTime <= currentParentTimePT); 3329: parentIntervalCollection.FirstNodeTime;
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (1)
1010long firstNodePeriod = (FirstNodeTime - beginTime).Ticks / periodInTicks;