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