4 instantiations of TimelineCollection
PresentationCore (2)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (2)
448TimelineCollection collection = new TimelineCollection(); 562return new TimelineCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11433DefaultConstructor = delegate () { return new System.Windows.Media.Animation.TimelineCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1602case KnownElements.TimelineCollection: o = new System.Windows.Media.Animation.TimelineCollection(); break;
28 references to TimelineCollection
PresentationCore (25)
System\Windows\Media\Animation\ClockGroup.cs (1)
98TimelineCollection timelineChildren = timelineGroup.Children;
System\Windows\Media\Animation\Generated\TimelineCollection.cs (17)
32public new TimelineCollection Clone() 34return (TimelineCollection)base.Clone(); 41public new TimelineCollection CloneCurrentValue() 43return (TimelineCollection)base.CloneCurrentValue(); 442internal static TimelineCollection Empty 448TimelineCollection collection = new TimelineCollection(); 539private static TimelineCollection s_empty; 569TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 591TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 613TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 635TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 739internal Enumerator(TimelineCollection list) 850private TimelineCollection _list;
System\Windows\Media\Animation\Generated\TimelineGroup.cs (6)
64public TimelineCollection Children 68return (TimelineCollection) GetValue(ChildrenProperty); 151internal static TimelineCollection s_Children = TimelineCollection.Empty; 180typeof(TimelineCollection), 182new FreezableDefaultValueFactory(TimelineCollection.Empty),
System\Windows\Media\Animation\Timeline.cs (1)
1042TimelineCollection children = timelineGroup.Children;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
760case 666: t = () => typeof(TimelineCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11430typeof(System.Windows.Media.Animation.TimelineCollection),
System\Windows\Markup\KnownTypes.cs (1)
6214case KnownElements.TimelineCollection: t = typeof(System.Windows.Media.Animation.TimelineCollection); break;