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