6 references to Timeline
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\AnimationClock.cs (2)
33return (AnimationTimeline)base.Timeline; 46return ((AnimationTimeline)base.Timeline).GetCurrentValue(defaultOriginValue, defaultDestinationValue, this);
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
672rootClock.BuildClockSubTreeFromTimeline(rootClock.Timeline, hasControllableRoot);
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
42return (TimelineGroup)base.Timeline;
Core\CSharp\System\Windows\Media\MediaClock.cs (1)
70return (MediaTimeline)base.Timeline;
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
382Timeline currentTimeline = currentClock.Timeline;