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