4 types derived from Point3DKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
938
public class DiscretePoint3DKeyFrame :
Point3DKeyFrame
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1027
public partial class EasingPoint3DKeyFrame :
Point3DKeyFrame
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
643
public partial class LinearPoint3DKeyFrame :
Point3DKeyFrame
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1048
public partial class SplinePoint3DKeyFrame :
Point3DKeyFrame
36 references to Point3DKeyFrame
PresentationCore (33)
System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
1756
typeof(
Point3DKeyFrame
),
1782
typeof(
Point3DKeyFrame
),
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (3)
219
Point3DKeyFrame
keyFrame = child as
Point3DKeyFrame
;
628
private
Point3DKeyFrame
GetResolvedKeyFrame(Int32 resolvedKeyFrameIndex)
System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (28)
24
private List<
Point3DKeyFrame
> _keyFrames;
37
_keyFrames = new List<
Point3DKeyFrame
>(2);
55
_keyFrames = new List<
Point3DKeyFrame
>(0)
98
_keyFrames = new List<
Point3DKeyFrame
>(count);
102
Point3DKeyFrame
keyFrame = (
Point3DKeyFrame
)sourceCollection._keyFrames[i].Clone();
119
_keyFrames = new List<
Point3DKeyFrame
>(count);
123
Point3DKeyFrame
keyFrame = (
Point3DKeyFrame
)sourceCollection._keyFrames[i].CloneCurrentValue();
140
_keyFrames = new List<
Point3DKeyFrame
>(count);
144
Point3DKeyFrame
keyFrame = (
Point3DKeyFrame
)sourceCollection._keyFrames[i].GetAsFrozen();
161
_keyFrames = new List<
Point3DKeyFrame
>(count);
165
Point3DKeyFrame
keyFrame = (
Point3DKeyFrame
)sourceCollection._keyFrames[i].GetCurrentValueAsFrozen();
258
public void CopyTo(
Point3DKeyFrame
[] array, int index)
274
return Add((
Point3DKeyFrame
)keyFrame);
280
public int Add(
Point3DKeyFrame
keyFrame)
319
return Contains((
Point3DKeyFrame
)keyFrame);
325
public bool Contains(
Point3DKeyFrame
keyFrame)
337
return IndexOf((
Point3DKeyFrame
)keyFrame);
343
public int IndexOf(
Point3DKeyFrame
keyFrame)
355
Insert(index, (
Point3DKeyFrame
)keyFrame);
361
public void Insert(int index,
Point3DKeyFrame
keyFrame)
404
Remove((
Point3DKeyFrame
)keyFrame);
410
public void Remove(
Point3DKeyFrame
keyFrame)
447
this[index] = (
Point3DKeyFrame
)value;
454
public
Point3DKeyFrame
this[int index]
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
557
case 464: t = () => typeof(
Point3DKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8401
typeof(System.Windows.Media.Animation.
Point3DKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6011
case KnownElements.Point3DKeyFrame: t = typeof(System.Windows.Media.Animation.
Point3DKeyFrame
); break;