Implemented interface member:
1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
340this[index] = Cast(value);
4 references to
PresentationCore (3)
System\Windows\Media\Animation\ClockGroup.cs (2)
110childClock = AllocateClock(timelineChildren[index], hasControllableRoot); 112childClock.BuildClockSubTreeFromTimeline(timelineChildren[index], hasControllableRoot);
System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
335return this[index];
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
696Timeline child = storyboard.Children[index];