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