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