9 references to Children
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
105
TimelineCollection timelineChildren = timelineGroup.
Children
;
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (2)
356
&& (children = timelineGroup.
Children
) != null
377
children = timelineGroup.
Children
;
Core\CSharp\System\Windows\Media\Animation\TimelineGroup.cs (1)
161
Children
.Add(timelineChild);
PresentationFramework (5)
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
2476
return (o as System.Windows.Media.Animation.TimelineGroup).
Children
;
src\Framework\System\Windows\VisualStateManager.cs (4)
451
dynamic.
Children
.Add(toAnimation);
465
dynamic.
Children
.Add(fromAnimation);
756
for (int index = 0; index < storyboard.
Children
.Count; ++index)
758
Timeline child = storyboard.
Children
[index];