4 references to TimelineCollection
PresentationCore (2)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (2)
479TimelineCollection collection = new TimelineCollection(); 593return new TimelineCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10302bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.TimelineCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1608case KnownElements.TimelineCollection: o = new System.Windows.Media.Animation.TimelineCollection(); break;