4 instantiations of TimelineCollection
PresentationCore (2)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (2)
479TimelineCollection collection = new TimelineCollection(); 593return new TimelineCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10302bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.TimelineCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1608case KnownElements.TimelineCollection: o = new System.Windows.Media.Animation.TimelineCollection(); break;
28 references to TimelineCollection
PresentationCore (25)
System\Windows\Media\Animation\ClockGroup.cs (1)
103TimelineCollection timelineChildren = timelineGroup.Children;
System\Windows\Media\Animation\Generated\TimelineCollection.cs (17)
63public new TimelineCollection Clone() 65return (TimelineCollection)base.Clone(); 72public new TimelineCollection CloneCurrentValue() 74return (TimelineCollection)base.CloneCurrentValue(); 473internal static TimelineCollection Empty 479TimelineCollection collection = new TimelineCollection(); 570private static TimelineCollection s_empty; 600TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 622TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 644TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 666TimelineCollection sourceTimelineCollection = (TimelineCollection) source; 770internal Enumerator(TimelineCollection list) 881private TimelineCollection _list;
System\Windows\Media\Animation\Generated\TimelineGroup.cs (6)
91public TimelineCollection Children 95return (TimelineCollection) GetValue(ChildrenProperty); 178internal static TimelineCollection s_Children = TimelineCollection.Empty; 207typeof(TimelineCollection), 209new FreezableDefaultValueFactory(TimelineCollection.Empty),
System\Windows\Media\Animation\Timeline.cs (1)
1050TimelineCollection children = timelineGroup.Children;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
762case 666: t = () => typeof(TimelineCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10300typeof(System.Windows.Media.Animation.TimelineCollection),
System\Windows\Markup\KnownTypes.cs (1)
6220case KnownElements.TimelineCollection: t = typeof(System.Windows.Media.Animation.TimelineCollection); break;