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