1 write to ChildrenProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineGroup.cs (1)
211ChildrenProperty =
6 references to ChildrenProperty
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineGroup.cs (2)
101return (TimelineCollection) GetValue(ChildrenProperty); 105SetValueInternal(ChildrenProperty, value);
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
3750DependencyProperty dp = System.Windows.Media.Animation.TimelineGroup.ChildrenProperty; 5322DependencyProperty dp = System.Windows.Media.Animation.ParallelTimeline.ChildrenProperty; 5681DependencyProperty dp = System.Windows.Media.Animation.Storyboard.ChildrenProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1927return System.Windows.Media.Animation.TimelineGroup.ChildrenProperty;