1 write to ChildrenProperty
PresentationCore (1)
System\Windows\Media\Animation\Generated\TimelineGroup.cs (1)
178ChildrenProperty =
6 references to ChildrenProperty
PresentationCore (2)
System\Windows\Media\Animation\Generated\TimelineGroup.cs (2)
68return (TimelineCollection) GetValue(ChildrenProperty); 72SetValueInternal(ChildrenProperty, value);
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
3955DependencyProperty dp = System.Windows.Media.Animation.TimelineGroup.ChildrenProperty; 5699DependencyProperty dp = System.Windows.Media.Animation.ParallelTimeline.ChildrenProperty; 6115DependencyProperty dp = System.Windows.Media.Animation.Storyboard.ChildrenProperty;
System\Windows\Markup\KnownTypes.cs (1)
1924return System.Windows.Media.Animation.TimelineGroup.ChildrenProperty;