4 instantiations of TimelineCollection
PresentationCore (2)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (2)
452TimelineCollection collection = new TimelineCollection(); 566return 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)
36public new TimelineCollection Clone() 38return (TimelineCollection)base.Clone(); 45public new TimelineCollection CloneCurrentValue() 47return (TimelineCollection)base.CloneCurrentValue(); 446internal static TimelineCollection Empty 452TimelineCollection collection = new TimelineCollection(); 543private static TimelineCollection s_empty; 573TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 595TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 617TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 639TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 743internal Enumerator(TimelineCollection list) 854private TimelineCollection _list;
System\Windows\Media\Animation\Generated\TimelineGroup.cs (6)
67public TimelineCollection Children 71return (TimelineCollection) GetValue(ChildrenProperty); 154internal static TimelineCollection s_Children = TimelineCollection.Empty; 182typeof(TimelineCollection), 184new 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;