Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
379this[index] = Cast(value);
5 references to
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
117childClock = AllocateClock(timelineChildren[index], hasControllableRoot); 119childClock.BuildClockSubTreeFromTimeline(timelineChildren[index], hasControllableRoot);
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
374return this[index];
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (1)
384_timelineStack.Push(children[index]);
PresentationFramework (1)
src\Framework\System\Windows\VisualStateManager.cs (1)
758Timeline child = storyboard.Children[index];