4 references to TimelineCollection
PresentationCore (2)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (2)
448
TimelineCollection collection = new
TimelineCollection
();
562
return new
TimelineCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11433
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
TimelineCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1602
case KnownElements.TimelineCollection: o = new System.Windows.Media.Animation.
TimelineCollection
(); break;