5 instantiations of Point3DKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
522
_keyFrames = new
Point3DKeyFrameCollection
();
System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (2)
62
Point3DKeyFrameCollection emptyCollection = new
Point3DKeyFrameCollection
();
93
return new
Point3DKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7637
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Point3DKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1459
case KnownElements.Point3DKeyFrameCollection: o = new System.Windows.Media.Animation.
Point3DKeyFrameCollection
(); break;
24 references to Point3DKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (6)
40
private
Point3DKeyFrameCollection
_keyFrames;
187
_keyFrames = (
Point3DKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
191
_keyFrames = (
Point3DKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
492
KeyFrames = (
Point3DKeyFrameCollection
)value;
499
public
Point3DKeyFrameCollection
KeyFrames
516
_keyFrames =
Point3DKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (13)
34
private static
Point3DKeyFrameCollection
s_emptyCollection;
56
public static
Point3DKeyFrameCollection
Empty
62
Point3DKeyFrameCollection
emptyCollection = new Point3DKeyFrameCollection();
82
public new
Point3DKeyFrameCollection
Clone()
84
return (
Point3DKeyFrameCollection
)base.Clone();
101
Point3DKeyFrameCollection
sourceCollection = (
Point3DKeyFrameCollection
) sourceFreezable;
122
Point3DKeyFrameCollection
sourceCollection = (
Point3DKeyFrameCollection
) sourceFreezable;
143
Point3DKeyFrameCollection
sourceCollection = (
Point3DKeyFrameCollection
) sourceFreezable;
164
Point3DKeyFrameCollection
sourceCollection = (
Point3DKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
561
case 465: t = () => typeof(
Point3DKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5366
typeof(System.Windows.Media.Animation.
Point3DKeyFrameCollection
), // type
5370
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.Point3DAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
Point3DKeyFrameCollection
)value; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7635
typeof(System.Windows.Media.Animation.
Point3DKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6019
case KnownElements.Point3DKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
Point3DKeyFrameCollection
); break;