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