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