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