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