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