6 references to Timeline
PresentationCore (5)
System\Windows\Media\Animation\AnimationClock.cs (2)
36
return (AnimationTimeline)base.
Timeline
;
49
return ((AnimationTimeline)base.
Timeline
).GetCurrentValue(defaultOriginValue, defaultDestinationValue, this);
System\Windows\Media\Animation\Clock.cs (1)
670
rootClock.BuildClockSubTreeFromTimeline(rootClock.
Timeline
, hasControllableRoot);
System\Windows\Media\Animation\ClockGroup.cs (1)
40
return (TimelineGroup)base.
Timeline
;
System\Windows\Media\mediaclock.cs (1)
68
return (MediaTimeline)base.
Timeline
;
PresentationFramework (1)
System\Windows\Media\Animation\Storyboard.cs (1)
383
Timeline currentTimeline = currentClock.
Timeline
;