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