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