1 write to ChildrenProperty
PresentationCore (1)
System\Windows\Media\Animation\Generated\TimelineGroup.cs (1)
205ChildrenProperty =
6 references to ChildrenProperty
PresentationCore (2)
System\Windows\Media\Animation\Generated\TimelineGroup.cs (2)
95return (TimelineCollection) GetValue(ChildrenProperty); 99SetValueInternal(ChildrenProperty, value);
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
3775DependencyProperty dp = System.Windows.Media.Animation.TimelineGroup.ChildrenProperty; 5347DependencyProperty dp = System.Windows.Media.Animation.ParallelTimeline.ChildrenProperty; 5723DependencyProperty dp = System.Windows.Media.Animation.Storyboard.ChildrenProperty;
System\Windows\Markup\KnownTypes.cs (1)
1930return System.Windows.Media.Animation.TimelineGroup.ChildrenProperty;