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