4 instantiations of TimelineCollection
PresentationCore (2)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (2)
451TimelineCollection collection = new TimelineCollection(); 565return new TimelineCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11432DefaultConstructor = delegate () { return new System.Windows.Media.Animation.TimelineCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1601case KnownElements.TimelineCollection: o = new System.Windows.Media.Animation.TimelineCollection(); break;
28 references to TimelineCollection
PresentationCore (25)
System\Windows\Media\Animation\ClockGroup.cs (1)
97TimelineCollection timelineChildren = timelineGroup.Children;
System\Windows\Media\Animation\Generated\TimelineCollection.cs (17)
35public new TimelineCollection Clone() 37return (TimelineCollection)base.Clone(); 44public new TimelineCollection CloneCurrentValue() 46return (TimelineCollection)base.CloneCurrentValue(); 445internal static TimelineCollection Empty 451TimelineCollection collection = new TimelineCollection(); 542private static TimelineCollection s_empty; 572TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 594TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 616TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 638TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 742internal Enumerator(TimelineCollection list) 853private TimelineCollection _list;
System\Windows\Media\Animation\Generated\TimelineGroup.cs (6)
64public TimelineCollection Children 68return (TimelineCollection) GetValue(ChildrenProperty); 151internal static TimelineCollection s_Children = TimelineCollection.Empty; 179typeof(TimelineCollection), 181new FreezableDefaultValueFactory(TimelineCollection.Empty),
System\Windows\Media\Animation\Timeline.cs (1)
1041TimelineCollection children = timelineGroup.Children;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
759case 666: t = () => typeof(TimelineCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11429typeof(System.Windows.Media.Animation.TimelineCollection),
System\Windows\Markup\KnownTypes.cs (1)
6213case KnownElements.TimelineCollection: t = typeof(System.Windows.Media.Animation.TimelineCollection); break;