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