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