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)
379
this
[
index] = Cast(value);
5 references to
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
117
childClock = AllocateClock(timelineChildren
[
index], hasControllableRoot);
119
childClock.BuildClockSubTreeFromTimeline(timelineChildren
[
index], hasControllableRoot);
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
374
return 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)
758
Timeline child = storyboard.Children
[
index];