1 write to ChildrenProperty
PresentationCore (1)
System\Windows\Media\Animation\Generated\TimelineGroup.cs (1)
177
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)
3954
DependencyProperty dp = System.Windows.Media.Animation.TimelineGroup.
ChildrenProperty
;
5698
DependencyProperty dp = System.Windows.Media.Animation.ParallelTimeline.
ChildrenProperty
;
6114
DependencyProperty dp = System.Windows.Media.Animation.Storyboard.
ChildrenProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1923
return System.Windows.Media.Animation.TimelineGroup.
ChildrenProperty
;