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