5 instantiations of PointKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
511
_keyFrames = new
PointKeyFrameCollection
();
System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (2)
53
PointKeyFrameCollection emptyCollection = new
PointKeyFrameCollection
85
return new
PointKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8588
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
PointKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1462
case KnownElements.PointKeyFrameCollection: o = new System.Windows.Media.Animation.
PointKeyFrameCollection
(); break;
24 references to PointKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (6)
29
private
PointKeyFrameCollection
_keyFrames;
176
_keyFrames = (
PointKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
PointKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
481
KeyFrames = (
PointKeyFrameCollection
)value;
488
public
PointKeyFrameCollection
KeyFrames
505
_keyFrames =
PointKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (13)
25
private static
PointKeyFrameCollection
s_emptyCollection;
47
public static
PointKeyFrameCollection
Empty
53
PointKeyFrameCollection
emptyCollection = new PointKeyFrameCollection
74
public new
PointKeyFrameCollection
Clone()
76
return (
PointKeyFrameCollection
)base.Clone();
93
PointKeyFrameCollection
sourceCollection = (
PointKeyFrameCollection
)sourceFreezable;
114
PointKeyFrameCollection
sourceCollection = (
PointKeyFrameCollection
)sourceFreezable;
135
PointKeyFrameCollection
sourceCollection = (
PointKeyFrameCollection
)sourceFreezable;
156
PointKeyFrameCollection
sourceCollection = (
PointKeyFrameCollection
)sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
570
case 477: t = () => typeof(
PointKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5736
typeof(System.Windows.Media.Animation.
PointKeyFrameCollection
), // type
5741
SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.PointAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
PointKeyFrameCollection
)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8585
typeof(System.Windows.Media.Animation.
PointKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6024
case KnownElements.PointKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
PointKeyFrameCollection
); break;