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)
670rootClock.BuildClockSubTreeFromTimeline(rootClock.Timeline, hasControllableRoot);
System\Windows\Media\Animation\ClockGroup.cs (1)
40return (TimelineGroup)base.Timeline;
System\Windows\Media\mediaclock.cs (1)
68return (MediaTimeline)base.Timeline;
PresentationFramework (1)
System\Windows\Media\Animation\Storyboard.cs (1)
383Timeline currentTimeline = currentClock.Timeline;