4 references to TimelineCollection
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (2)
492
TimelineCollection collection = new
TimelineCollection
();
609
return new
TimelineCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10298
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
TimelineCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1609
case KnownElements.TimelineCollection: o = new System.Windows.Media.Animation.
TimelineCollection
(); break;